* {
    margin: 0;
    padding: 0;
    color: aliceblue;
}

header {
    background-color: cadetblue;
    text-align: center;
    height: 12vh;
}

#main {
    background-color: darkcyan;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2%;
    height: auto;

}

#projects {
    background-color: rgb(105, 166, 168);
    width: 50vw;
    text-align: center;
    border-radius: 20px;
    padding: 2%;
    margin-bottom: 2%;
    margin-top: 2%;
}

#accounts {
    background-color: rgb(105, 166, 168);
    width: 50vw;
    text-align: center;
    border-radius: 20px;
    padding: 2%;
    margin-bottom: 2%;
     display: flex;
    flex-direction: column;
    align-items: center;
}
#accounts img{
    width: 5%;
    padding: 1%;
}

#contect {
    background-color: rgb(105, 166, 168);
    width: 50vw;
    text-align: center;
    border-radius: 20px;
    padding: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#contect img{
    width: 6%;
    padding: 1%;
}
footer{
    background-color: cadetblue;
    height: 12vh;
    display: flex;
    justify-content: center;
    align-items: center;
}