@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2&family=Poppins:wght@200;300;400&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Baloo Bhai 2', sans-serif;
    font-family: 'Poppins', sans-serif;
}
body{
    background-color: rgb(29, 27, 27);
    color: white;
}
nav{
    margin: 70px;
}
nav li{
    display: inline;
    padding: 10px;
}
footer p{
    padding: 50px;
}
div{
    padding: 70px;
}
div input{
    border-radius: 25px;
    position: relative;
    top: 40px;
    right: 200px;
    padding: 10px;
}
div p{
    position: relative;
    top: 50px;
    color: gray;
    width: 500px;
}
#anime{
    float: right;
    position: relative;
    bottom: 400px;
}
#full{
    background-color: yellow;
    text-align: center;
    margin: 70px;
    border-radius: 70px;
    padding: 40px;
}
#full a{
    text-decoration: none;
    position: relative;
    left: 300px;
    font-size: larger;
}
#share{
    background-color: black;
    margin: 50px;
    border-radius: 5%;
    padding: 10px;
}
#share p{
    color: white;
    position: relative;
    top: 1px;
}
#content{
    position: relative;
    bottom: 100px;
}
.big{
    color: white;
    font-size: larger;
}
#content p{
    padding: 10px;
}
#list{
    position: relative;
    right: 60px;
    width: 500px;
    color: rgb(188, 184, 184);
}
