header{
    background-color: #3b3b3b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

body{
    margin: 0%;
    color: white;
}

body h2 {
    margin: 0;
}

header a {
    text-decoration: none;
    color: white;
}

header input{
    border-radius: 200px;
    padding: 3px;
    
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #475751;
    font-family: Arial, Helvetica, sans-serif;
}

.on {
    height: 10px;
}

.on a{
    padding: 10px;
    padding-top: 50px;
    display: inline-block;
    padding: 10px;
    padding-left: 45px;
    padding-right: 45px;
    text-decoration: none;
    color: white;
    border-radius: 50px;
    background-color: rgb(2, 141, 255);
    font-family: Arial, Helvetica, sans-serif;
}

.box1 {
    background-color: #3A4140;
    height: 400px;
    width: 600px;
    padding: 30px;
    border-radius: 20px;
    margin: 20px;
}

.box1 article {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.box1 section {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    gap: 40px;
}

.box2, .box3 {
    background-color: #3A4140;
    border-radius: 20px;
    padding: 20px;
    height: 200px;
    width: 600px;
    margin: 20px;
}

.box2 div {
    display: flex;
    align-items: center;
}

h3 {
    color: #A99999;
}