body{
    background-color: rgba(0, 0, 0, 0.774);
}

#p1{
    text-align: center;
    color: aliceblue;
    opacity: 50%;
}

#div1{
    background-color: black;
    display:block;
    height: 300px;
    width:100%;
    border-top-right-radius:30px;
    border-top-left-radius:30px;
    border-bottom-right-radius:30px;
    border-bottom-left-radius:30px;
    text-align: left;
    padding-top: 20px; 
    margin-left:1px;
    margin-right:10px;
 }

#h1{
    color:aliceblue;
    margin-left: 50px;
}

#search {
    height: 47px;
    border-radius: 48px;
    border: 0.5px solid lightgrey;
    width: 40%;
    padding-right: 40px;
    padding-left: 30px;
    margin-left: 50px;
}

#search-btn{
    margin-left:10px;
    height:50px;
    width:50px;
    border-radius:50px;
}

#search-btn:hover{
    color:darkgrey;
}

#search-btn:active{
    color:black;
}

#search-icon:active{
    color:white;
}

#top-searches{
    color:aliceblue;
    margin-left: 50px;
    margin-top:20px;
    font-size: 15px;
}

#h{
    color:aliceblue;
    text-align: left;
}

#p{
    color:aliceblue;
    text-align: left;
}

li{
    text-align:left;
    color:aliceblue;
    font-size:15px;
}

#copy{
    color: aliceblue;
    opacity:50%;
    text-align: left;
}

a:link{
    color:aliceblue;
    opacity:100%;
    text-decoration: none;
}

#footer{
    background-color: black;
    color:white;
    width:100%;
    height:100px;
    text-align: left;
    padding-left: 50px;
}

#link{
    color:aliceblue
}

#div-anime{
    background-color: black;
    display:block;
    height: 175px;
    width:100%;
    text-align: left;
    margin-left:1px;
    margin-right:10px;
    border-top-right-radius:30px;
    border-top-left-radius:30px;
    border-bottom-right-radius:30px;
    border-bottom-left-radius:30px;
    display: block;
    width:100%;
}

#h1-anime{
    color:aliceblue;
    margin-left: 10px;
    padding-top: 10px;
    text-align: left;
}

#search-anime{
    height: 20px;
    border-radius: 48px;
    border: 0.5px solid lightgrey;
    width: 40%;
    padding-right: 40px;
    padding-left: 30px;
    margin-left: 10px
}

#search-btn-anime{
    margin-left:10px;
    height:30px;
    width:30px;
    border-radius:30px;
}

#anime-results{
    color:aliceblue;
    margin-left: 10px;
    text-align: left;
}

#bar{
    border-radius:10px;
    height:25px;
    width:100%;
    text-align: left;
}

#icons{
    height:25px;
    width:25px;
    border-radius: 10px;
    float:left;
}

#names{
    color:aliceblue;
    padding-top: 3px;
    text-align: left;
}

@media only screen and (max-width:1500px) {
    #div1{
        background-color: black;
        display:block;
        height: 300px;
        width:100%;
        border-top-right-radius:30px;
        border-top-left-radius:30px;
        border-bottom-right-radius:30px;
        border-bottom-left-radius:30px;
        text-align: left;
        padding-top: 20px; 
        margin-left:1px;
        margin-right:10px;
    }

    #div-anime{
        background-color: black;
        display:block;
        height: 175px;
        width:100%;
        text-align: left;
        margin-left:1px;
        margin-right:10px;
        border-top-right-radius:30px;
        border-top-left-radius:30px;
        border-bottom-right-radius:30px;
        border-bottom-left-radius:30px;
        display: block;
        width:100%;
    }

}

@media only screen and (min-width:1500px) {
    #div1{
        background-color: black;
        display:block;
        height: 300px;
        width:1000px;
        border-top-right-radius:30px;
        border-top-left-radius:30px;
        border-bottom-right-radius:30px;
        border-bottom-left-radius:30px;
        text-align: left;
        padding-top: 20px; 
        margin-left:300px;
        margin-right:300px;
    }
    
    li{
        margin-left: 300px;
        color:aliceblue;
        font-size:15px;
        margin-right: 300px;
    }
    
    #p{
        color:aliceblue;
        text-align: left;
        margin-left: 300px;
        margin-right: 300px;
    }
    
    #h{
        color: aliceblue;
        margin-left: 300px;
        text-align: left;
        margin-right: 300px;
    }

    #copy{
        color: aliceblue;
        opacity:50%;
        text-align: left;
        margin-left: 300px;
    }

    #footer{
        background-color: black;
        color:white;
        width:950px;
        height:100px;
        text-align: left;
        opacity:50%;
        margin-left: 300px;
        margin-right: 300px;
        display: block;
        text-align: left;
        padding-left: 50px;;
    }

    #h1-anime{
        color:aliceblue;
        margin-left: 10px;
        padding-top: 10px;
        text-align: left;
    }
    
    #search-anime{
        height: 20px;
        border-radius: 48px;
        border: 0.5px solid lightgrey;
        width: 40%;
        padding-right: 40px;
        padding-left: 30px;
        margin-left: 10px
    }
    
    #search-btn-anime{
        margin-left:10px;
        height:30px;
        width:30px;
        border-radius:30px;
    }
    
    #anime-results{
        color:aliceblue;
        margin-left: 10px;
        text-align: left;
    }
    
    #bar{
        border-radius:10px;
        height:25px;
        width:1000px;
        text-align: left;
        margin-left: 300px;
        margin-right: 300px;
    }
    
    #icons{
        height:25px;
        width:25px;
        border-radius: 10px;
        float:left;
    }
    
    #names{
        color:aliceblue;
        padding-top: 3px;
        text-align: left;
    }
    
    #div-anime{
        background-color: black;
        display:block;
        height: 170px;
        width:1000px;
        border-top-right-radius:30px;
        border-top-left-radius:30px;
        border-bottom-right-radius:30px;
        border-bottom-left-radius:30px;
        text-align: left;
        margin-left:300px;
        margin-right:300px;
    }
}

@media only screen and (max-width:500px){

    #div-anime{
        height:200px
    }
}