body {
    background-image: url(baby\ pink\ 8.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 100%;
    background-size: cover;
}
.navbar ul li{
list-style:none;
display:inline-block;
margin: 0 20px;
position:relative;
}
.navbar ul li a{
text-decoration:none;
color:rgb(0, 0, 0);
text-transform:uppercase;	
}
.navbar ul li::after{
content: '';
height: 3px;
width: 0;
background: #029ffa;
position:absolute;
left:0;
bottom:-10px;
transition:0.5s;
}
.navbar ul li:hover::after{
width:100%;
}
aside {
margin-right: 10px;
}
aside {
margin-bottom: 10px;
margin-top: -10px;
}
.love {
border-radius: 24px;
}
.pao {
margin-top: -650px;
margin-left: 10px;
margin-right: 600px;
}
.len {
margin-left: 15px;
}
table, td {
border: 1px solid white;
border-collapse: collapse;
}
td {
  background-color: #fce0ff;
}
table {
    border-color: #FAAFBA;
    margin-left: 10px;
    margin-right: 530px;
    border-radius: 20px;
}
#fb {
color: #029ffa;
font-size: 65px;
}
#ig {
color: crimson;
font-size: 65px;
}
.tim {
margin-left: 15px;
}
.fbicon {
position: absolute;
left: 95px;
bottom: -15px;
}
.igicon {
position: absolute;
left: 90px;
bottom: -100px;
}