* {
    font-family: Roboto, sans-serif;
    margin: 0;
    padding:0;

}

.header {
    box-shadow: 0 2px 4px 0 rgba(90, 90, 90, .5);
    background-color: #fff;
    z-index: 10000;
    position: fixed;
    width: 100vw;
    height: 70px;
    top: 0;
    left: 0;
}

.banner {
    height: 712px;
    background-image: url(https://www.mpl.live/static/banners/img_runner_no1_desktop.webp);
    overflow: hidden;
}
.ticket{
    width: 80%;
    padding: 80px 10%;
}

.header-logo {
    margin: 12px 5px;
}

.logo {
    width: 110px;
    height: 25px;
    margin: 5px 150px;
    float: left;
}

.menu {
    height: 50px;
    width: 70px;
    float: right;
    margin: 5px 100px;
    text-align: center;
}

.banner-desc {
    width: 60%;
    height: 300px;
    margin: 210px 110px;
}

h2 {
    color: white;
    font-size: 40px;
    margin: 0px;
}

h3 {
    margin-top: 25px;
    color: white;
    font-size: 27px;
    font-weight: lighter;
}

input{
    padding: 0px;
}
.btn {
    height: 50px;
    width: 40%;
    font-size: 20px;
    outline: none;
    border: none;
    color: white;
    border-left: solid 1px white;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-sizing: border-box;
    background: rgb(245, 87, 87);
}

.submit {
    height: 50px;
    width: 100%;
    float: left;
    padding: 5px;
    margin-left: 30px;
    color: white;
    font-size: 18px;
    background-color: green;
    border-radius: 5px;
}
input{
    padding-left: 10px;
}
#float {
    float: left;
}

label {
    text-align: center;
    margin: auto;
}

.mobile {
    color: seashell;
    width: 50px;
    height: 50px;
    text-align: center;
    border-top-left-radius: 10%;
    border-bottom-left-radius: 10%;
    background: rgb(245, 87, 87);
}
div>p{
    margin-top: 15px;
}

.gap {
    margin-top: 50px;
}

.lines {
    background-color: red;
    height: 4px;
    width: 25px;
    margin-bottom: 4px;
}

#clear {
    clear: both;
}
.box{
    width:100%;
    height:350px;
}
h1{
    font-weight: bold;
    font-size: 38px;
}
.win-box{
    width:70%;
    height:300px;
    margin:60px auto;
    text-align: center;
}
.payment-box{
    width:20%;
    height:150px;
    margin:40px 2%;
    text-align: center;

}
#fontChange{
    margin-top: 35px;
    color:black;
    font-weight: 400;
    font-size: 27px;
}
.games{
    width:100%;
    height:200px;
    display: flex;
    flex-wrap: wrap;
    flex-flow:row;
}
.support{
    margin:auto;
    justify-content: center;
    width:100%;
    height:300px;
    display: flex;
    flex-wrap: wrap;
    flex-flow:row;
}
.know-box,.support-box{
    width:10%;
    height:100px;
    text-align: center;
}

.games-box{
    width:100%;
    height:500px;
    text-align: center;

}

.member-text{
    margin: 50px 0px;
    text-align: center;
}
.member-box{
    width:15%;
    height:100px;
    text-align: center;
}
.sponser{
    height:330px;
    width:100%;
    background-color: rgb(4, 4, 31);
}
.spon-text{
    color: white;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 20px;
}
div>img{
    border-radius: 10px;
    margin-bottom: 5px;
}
.games-desc{
    width:50%;
    height:100px;
    text-align: center;
}
.what-how{
    margin-top: 50px;
    display: flex;
    width: 100%;
    height: 400px;
    text-align: center;
    flex-wrap: wrap;
    overflow-wrap: normal;

}
.about{
    margin-top: 50px;
    display: flex;
    width: 100%;
    height: 800px;
    text-align: center;
    flex-wrap: wrap;
    overflow-wrap: normal;
}
.bold{
    font-size: 38px;
    text-align: center;
    font-weight: 700;
}
#about-font{
    margin-top: 50px;
    font-size: 30px;
}
#about-desc{
    height: 400px;
    width:78%;
    color: gray;
    text-align: center;
    font-size: 20px;
    margin: 50px auto;
}
.ultimate-desc{
    height: 400px;
    width:90%;
    text-align: center;
    margin:80px auto 0px auto;
}
#ultimate{
    text-align: center;
    margin:  auto;
    margin-bottom: 50px;
    font-size: 27px;
}
.footer{
    background-color: rgb(54, 53, 53);
    height: 380px;
    width:100%;
    color: rgb(158, 152, 152);
    left: 0;
    right: 0;
    bottom: 0;
}
#disclaimer{
    text-align: center;
    font-size: 22px;
    padding-top: 100px;
}
#disclaimer-about{
    margin: auto 100px;
    font-size: 15px;
}
#play-desc{
    text-align: center;
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.game-name{
    color: rgb(65, 62, 62);
    font-size: 20px;
    font-weight: lighter;
    margin: auto;
    text-align: center;
}
.descrip{
    height: 500px;
    width: 30%;
    margin: auto;
}