body{
    background-color: #1C1C1C;
}

.e{
    position: absolute;
    transform: translate(-50%, -50%);
}


#logo{
    cursor: pointer;
    user-select: none;
    width: 10%;

    left: 5%;
    top: 10%;
}

#search{
    background-color: darkgray;
    color: white;
    width: 20%;
    height: 5%;

    left: 25%;
    top: 10%;
}

#btn{
    user-select: none;
    cursor: pointer;
    font-size: 1.5em;

    left: 40%;
    top: 10%;
}

p{
    font-size: 130%;
    text-align: left;
    color: white;

    position: absolute;
    left: 40%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#container{
    width: 85%;

    left: 40%;
    top: 50%;
}

#img{
    background-color: white;
    
    width: 20%;

    left: 80%;
    top: 50%;
}

b{
    color: rgb(198, 228, 255);

}

ul{
    color: white;
}

li{
    color: white;
}

