body {
    background-color: #d2a5a5;
}
#nav{
    display:flex;
    flex-direction:row;
    justify-content:space-around;
    background-color:#d2a5a5;
}

.txt_img{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    
}
.websitetxt{
    width: 50%;
    text-align: center;
    padding: 15px;
}

#text{
    display:flex;
    flex-direction:row;
    justify-content:center;
}
#aboutme{
    display:flex;
    flex-direction:column;
    justify-content:normal;
}
#footer{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    background-color:#d2a5a5;
    padding: 10px;
}
#socials{
    display:flex;
    flex-direction:row;
    justify-content:center;
    padding: 10px;
}
.icon{
    margin:0 20px;
}
.nav-link{
    text-decoration:none;
    color:black;
    font-weight:bold;
}