body{
    text-align: center;
    background-color: black;
}
#soic{
    color: white;
    font-size: 60px;

}
#ethio{
    color: white;
    font-size: 75px;
    margin-top: 150px;
}
.di{
    border: 5px solid yellow;
    margin: 1px;
    height: calc(100vh - 40px);
    box-shadow: 2px 2px 5px yellow;
    overflow: auto;
}
button{
    background-color:tomato;
    color: white;
    border: none;
    border-radius: 15px;
    font-size: 25px;
    margin-top: 40px;
}
#ng{
    color: aliceblue;
    position: fixed;
    left: 30px;
    top: 60px;
    font-size: smaller;
}
#yt{
   color: aliceblue;
   position: fixed;
   left: 30px;
   top: 95px;
   font-size: smaller;
}
#mw{
   color: aliceblue;
   position: fixed;
   left: 30px;
   top: 135px;
   font-size: smaller;
}
#ad{
     color: aliceblue;
   position: fixed;
   left: 30px;
   top: 175px;
   font-size: smaller;
}


#h1{
    color: antiquewhite;
    position: fixed;
    top: 20px;
    left: 30px;
}