.content{
    width: 100%;
    height: 100%;
}

.img{
    align-self: center;
    width: 50%;
    height: 80%;
}


.icons{
    width: 20px;
    border-radius: 4px;
    background-color: snow;

}
.link{
    border-color: var(--tertiary-color) ;
    border-style: none;
}

nav{
    padding: 10px;
    display: flex;
    background-color: rgb(155, 173, 238);
    justify-content: space-between;
    border-top-right-radius: 10px;

}

.social{
    display: flex;
    justify-content: center;
    align-self: center;
    padding: 5px;
    
}

a{
    padding: 10px;
    margin-right: 10px;
    text-decoration: none;
    border: 1px solid skyblue;
    border-radius: 10px;
}

.container{
    background-color: cornsilk;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

footer{
    background-color: rgb(155, 173, 238);
    height: 100px;
    text-align: center;
    border-bottom-left-radius: 10px;
}

.button{
    display: flex;
    justify-content: center;

}

button{
    background-color: rgb(60, 171, 226);
    padding: 10px;
    border: 2px solid rgb(75, 84, 182);
    border-radius: 10px;
    font-size: large;
    width: 150px;

}
