body{
    background-color: #1a1a1a;
    color: aliceblue;
    font-family: "Roboto", sans-serif;
}
header{
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 25px;
    margin: 20px;
    padding: 15px;
    font-family: "Roboto", sans-serif;
}
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
    margin-right: 50px;
}
div{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px;
}
header img{
    border-radius: 100px;
}
footer{
    background-color: black;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: "Roboto", sans-serif;
    margin-top: 100px;
}
section{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}
article{
    font-size: 50px;
    display: flex;
    flex-direction: column;
    margin: 30px;
}
select{
    width: 300px;
}