@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

#b {
    background: #131313;
    background: linear-gradient(180deg, #131313, #253C63);
}

body {
    font-family: "Poppins", sans-serif;
    color: white;
}

#content {
    margin: auto;
    width: 50%;
    padding: 10px;
    text-align: left;
}

.nav {
    text-align: center;
}

a {
    text-decoration: none;
    color: rgb(180, 180, 180);
    padding: 5px;
    font-size: 27px;
    font-weight: bold;
}

a:hover {
    color: white;
}

#home {
    margin-top: 200px;
}

.opener {
    line-height: 1.69;
    font-size: 58px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}

.title {
    margin: 0;
    font-size: 29px;
    color: #4A89C9;
}

.projectList {
    align-content: center;
}

.project {
    width: 750px;
    border: 3px solid #777;
    border-radius: 15px;
    padding: 25px;

    margin: auto;
    margin-bottom: 50px;
}

.projectName {
    font-weight: bold;
    font-size: 40px;
    margin: 0;
}

.projectLink {
    background: white;
    border-radius: 15px;
    height: auto;
    padding: 5px;
    height: 30px;
    width: 30px;
}

.projectDesc {
    font-weight: 500;
    font-size: 20px;
}

.projectTypes {
    display: inline-flex;
}

.projectType {
    color: black;
    background-color: white;
    padding: 10px;
    font-weight: 500;
    font-size: 20px;
    width: auto;
    border-radius: 15px;
    margin-bottom: 0px;
    margin-right: 10px;
}