.nav-bar{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 70px;
    color: white;
    background-color:  #191919;
}
.nav-title{
    font-family: "My font", sans-serif;
}
*{
    margin: 0;
    padding: 0;
}
.Menu{
    display: flex;
    align-items: center;
    width:300px;
    justify-content: space-between;
    
}
.Menu a{
    color: white;
    font-weight: bold;
    text-decoration: none;
    
}
.Menu a:hover{
    color: rgb(164, 5, 53);
    font-weight: bold;
    text-decoration: underline;
}
.title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:300px;
    font-family: 'planet_kosmosregular';
}
.title img{
    width: 50px;
    margin: 10px;
}
.header{
    height: fit-content;
    background-color: #000000b1;
    padding: 50px 100px;
}
.header h1{
    color: white;
    justify-content: center;
    display: flex;
}
header hr{
    width: 100px;
}
.vid{
    height: 300px;
}
.vid-container{
    display: flex;
    justify-content: center;
    padding: 50px;
}
.info{
    display: flex;
    justify-content: center;

}
.info-container{
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
}
.info-container hr{
    margin-left: 5px;
    margin-right: 5px;
    
    
}
.info-container p{
    padding: 10px;
    color: #ff0049;
    
}
.box{
    background-color: white;
    font-size: 20px;
    border-radius: 66px;
    margin: 10px;
    width: 100px;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.sponsor{
    display: flex;
    background-color: #ff0049;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}
.sponsor h2{
    color: white;
}
.img-container{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.img-container img{
    width: 250px;
    height: auto;
    padding: 10px;
    margin: 10px;
}
.footer{
    background:#000;
    padding:30px 0px;
    text-align:center;
    }
    
.footer .row{
    width: 100%;
    margin: 1% 0%;
    padding: 0.6% 0%;
    color: gray;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    }
    
.footer .row a:hover{
    color:#F90854;
    }

.footer .row a{
    text-decoration:none;
    color:gray;
    transition:0.5s;
    width:100%;
    display:inline-block;
    margin:0px 30px;
    }
    
.footer .row a i{
    font-size:2em;
    margin:0% 1%;
    }
    @media screen and (max-width: 768px) {
        .footer{
            text-align:left;
                padding:5%;
            }
            
        .footer .row p{
            display:block;
            margin:10px 0px;
            text-align:left;
        }
           
        .footer .row p{
            margin:0% 3%;
        }    
    }