body{
    background-color:black;
}
#nav{
    background-color:white;
    text-align: center;

}
#btn{
    color:goldenrod;
    font-family: 'Times New Roman', Times, serif;
    border: none;  
    height:60px;
    padding-left:15px; 
    padding-right:15px; 

}
#our{
    font-size:5dvw;
}
#btn:hover{
    background:goldenrod;
    color:white;
 
}
#div2{
    background-color:white;
    text-align: center;
    color:rgba(218, 165, 32, 0.836);
    font-size:25px;
}
h2{
    padding-top:40px;
    font-size:55px;
    font-family: 'Times New Roman', Times, serif;
    
}
#drift{
    border-radius:5px;
    width:70px;
    display: block;
    margin: auto;
    
}
#kgr{
    text-align: center;
    color:rgb(172, 135, 42);
    background-color: black;
    border: none;
    padding-block:10px;
    padding-left:20px;
    padding-right:20px;
    font-family: 'Times New Roman', Times, serif;
    font-size:30px;

}
a{
 text-decoration:none;
}
#div3{
    background-color:white;
    border:2px solid goldenrod;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
     font-weight:bolder;
     font-size:larger;
}
h4{
    text-align: center;
}
#rooms{
    width:46%;
}
#div5{
color: goldenrod;
font-family: 'Times New Roman', Times, serif;
text-align: center;
padding-top:5px;

}
#div6{
 text-align: center;
 font-size:medium;
font-family: 'Times New Roman', Times, serif;

}
#icon{
    height:40px;
    width:30px;
}
#down{
    color:rgb(128, 209, 22);
    border:none;
    padding:10px;
    font-size:16px;
    font-weight: bold;
}
#iconpng{
    display: block;
    margin: auto;
    width:30px;
    border-radius:10px;
}

ion-icon{
   display: block;
   margin:auto;
   width:30px;
   height:10px;
   color:grey;
}
#b2{
    border:none;
    font-size:15px;
    font-family: fantasy;
}
#takeapp{
    background-color: black;
    color:white;
    border:none;
    padding-top: 4px;
    padding-bottom: 6px;
    font-size:4dvw;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
}
/*soccer matches*/
#stream_tittle{
    text-align: center;
    font-size: 28px;
    color: goldenrod;
    font-family: 'Times New Roman', Times, serif;
}
.banner{
    
    display: block;
    margin: auto;
    width: 300px;
    height:auto;
    background-color: #f0f0f0;
    border: 2px solid goldenrod;
    border-radius: 10px;
    padding: 10px;
    box-sizing:approximate-content;
}