@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: 'Poppins', sans-serif;
margin:0 ;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
}
.bo{
    background-color: rgb(0, 0, 0) ;
}
section{
    padding: 100px 200px;
}
.logo{
display: flex;
justify-content: center;
text-decoration: none;
font-size: 40px;
font-family: 'Times New Roman', Times, serif;
color: rgb(233, 233, 233);
}
.main{
width: 100%;
min-height: 100vh;
display: flex;
justify-content: center;
padding-top: 200px;
align-items: center;
background: url(img/wp6227423-aesthetic-anime-1920x1080-grey-wallpapers.gif);
background-size: cover;
background-position: center;
background-attachment: fixed;
border-radius: 10px;
}
.btn{
   
    text-decoration: none;
    color: rgb(255, 255, 255);
    background-color: rgba(0, 0, 255, 0.212);
    font-size: 1.1em;
    font-weight: 600;
    display: inline-block;
    padding: 0.9375em 2.1875em;
    letter-spacing: 1px;
    border-radius: 15px;
    margin-bottom: 40px;
    transition: 0.7s;
}
.btn:hover{
    background-color: black;
    transform: scale(1.1);

}


.un{
    display: flex;
     background-color: rgba(2, 2, 78, 0.466);
     justify-content: center;
    

}

.spo{
    border-radius:12px;
    margin-left: 120px;
    border-radius:20px;
     width: 150% ;
     height:400px;

}
.un p{
    font-size: medium;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: rgb(255, 255, 255);
    text-align: lift;
    padding-top: 100px;
    margin-right: 162px;
    
}
.footer{
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    padding: 1em;
    display: flex;
    justify-content: space-between;
}
.footer-title{
    font-size: 1.3em;
    font-weight: 600;

}
.footer-title span{
    color: brown;

}
.footer .social-icons a{
    font-size: 1.3em;
    padding: 0 12px 0 0;
}
.footer .social-icons :hover{ 
    color: brown;
    transform: scale(1.2);
}