* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
#wrapper{
    width: 1440px;
    margin: auto;
    text-transform: uppercase;
}
header {
    width: 100%;
    height: 90px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-shadow: 0 2px 4px rgb(173, 173, 173);
}
body{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    box-sizing: border-box;
}
#logo{
    font-size: 45px;
    margin: 20px;
}
#logo a{
    text-decoration: none;
    color: #000000;
}
#logo a:hover{
    color:#707070;
}
#menu{
    font-size: 45px;
    float: right;
}
#menu li{
    float: left;
    list-style: none;
    margin: 20px;
}
#menu li a{
    text-decoration: none;
    color: #707070;
}
#menu li a:hover{
    color: black;
}
#menu li a.active{
    color: black;
}
#banner{
    width: 100%;
    height: 660px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 200px;
    color: #4d4d4d;
    background-color: #ABABAB;
}
#content-1{
    width: 100%;
    height: 910px;
    background-color: #505050;
}
#live{
    font-size: 45px;
    text-align: center;
    padding-top: 70px;
    color: #ffffff;
    font-weight: normal;
    font-weight: lighter;
}
#boxlive{
    width: 860px;
    height: 570px;
    background-color: #ABABAB;
    margin-top: 70px;
    margin-left: 290px;
}
#piclive{
    font-size: 150px;
    color: #4d4d4d;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: 210px;
    margin-left: 350px;
}
#picplay{
    font-size: 25px;
    color: #3c3c3c;
    position: absolute;
    margin-top: 530px;
    margin-left: 15px;
}
#picquality{
    font-size: 25px;
    color: #3c3c3c;
    position: absolute;
    margin-top: 530px;
    margin-left: 720px;
}
#picsound{
    font-size: 25px;
    color: #3c3c3c;
    position: absolute;
    margin-top: 530px;
    margin-left: 770px;
}
#picfullscreen{
    font-size: 25px;
    color: #3c3c3c;
    position: absolute;
    margin-top: 530px;
    margin-left: 820px;
}
.icon-button i{
    cursor: pointer;
}
.icon-button i:hover{
    color: white; 
}
#content-2{
    width: 100%;
    height: 875px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgb(173, 173, 173);
    position: relative;
}
h1{
    font-size: 45px;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    position: absolute; 
    font-weight: normal;
}
h2{
    font-size: 35px;
    margin-top: 60px;
    margin-left: 260px;
    position: absolute; 
    font-weight: normal;
    margin-top: 160px;
}
h3{
    font-size: 35px;
    margin-left: 980px;
    margin-top: 60px;
    position: absolute; 
    font-weight: normal;
    margin-top: 160px;
}
.match-1{
    width: 45%;
    height: 186.67px;
    padding: 0 30px;;
    background-color: #707070;
    float: left;
    margin-top: 230px;
    margin-left: 50px;
    position: relative;
}
.match-2{
    width: 45%;
    height: 186.67px;
    padding: 0 30px;
    background-color: #ABABAB;
    position: absolute;
    margin-top: 416.5px;
    margin-left: 50px;
}
.match-3{
    width: 45%;
    height: 186.67px;
    padding: 0 30px;
    background-color: #707070;
    position: absolute;
    margin-top: 603px;
    margin-left: 50px;
}
#leaderborad{
    width: 45%;
    height: 560px;
    float: right;
    margin-right: 50px;
}
.lead-1{
    width: 45%;
    height: 70px;
    position: absolute;
    float: right;
    background-color: #707070;
    margin-left: 742.05px;
    margin-top: 230px;
}
.lead-2{
    width: 45%;
    height: 70px;
    position: absolute;
    float: right;
    background-color: #ABABAB;
    margin-left: 742.05px;
    margin-top: 300px;
}
.lead-3{
    width: 45%;
    height: 70px;
    position: absolute;
    float: right;
    background-color: #707070;
    margin-left: 742.05px;
    margin-top: 370px;
}
.lead-4{
    width: 45%;
    height: 70px;
    position: absolute;
    float: right;
    background-color: #ABABAB;
    margin-left: 742.05px;
    margin-top: 440px;
}
.lead-5{
    width: 45%;
    height: 70px;
    position: absolute;
    float: right;
    background-color: #707070;
    margin-left: 742.05px;
    margin-top: 510px;
}
.lead-6{
    width: 45%;
    height: 70px;
    position: absolute;
    float: right;
    background-color: #ABABAB;
    margin-left: 742.05px;
    margin-top: 580px;
}
.lead-7{
    width: 45%;
    height: 70px;
    position: absolute;
    float: right;
    background-color: #707070;
    margin-left: 742.05px;
    margin-top: 650px;
}
.lead-8{
    width: 45%;
    height: 70px;
    position: absolute;
    float: right;
    background-color: #ABABAB;
    margin-left: 742.05px;
    margin-top: 720px;
}
.lead-1, .lead-2, .lead-3{
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-left: 5px;
}
.lead-4, .lead-5, .lead-6, .lead-7, .lead-8{
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-left: 5px;
    float: right;
}
.lead-1, .lead-3, .lead-5, .lead-7{
    color: #ffffff;
    font-weight: lighter;
}
.lead-2, .lead-4, .lead-6, .lead-8{
    color: #4d4d4d;
    font-weight: lighter;
}
#circle-1:hover, #circle-2:hover{
    background-color: #ffffff;
    cursor: pointer;
}
#circle-1{
    width: 130px;
    height: 130px;
    background-color: #ABABAB;
    margin-top: 30px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    float: left;
    margin-left: 8px;
}
#circle-2{
    width: 130px;
    height: 130px;
    background-color: #ABABAB;
    margin-top: 30px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    float: right;
    margin-left: 450px;
}
#picteam{
    font-size: 50px;
    position: absolute;
    color: #4d4d4d;   
}
.match-2 #circle-1,.match-2 #circle-2{
    background-color: #4d4d4d;
}
.match-2 #circle-1:hover,.match-2 #circle-2:hover{
    background-color: #ffffff;
    cursor: pointer;
}
.match-2 #picteam{
    font-size: 50px;
    position: absolute;
    color: #ABABAB;
}
.match-2 #nameteam-1,.match-2 #nameteam-2,.match-2 #vs,.match-2 #time{
    color: #4d4d4d;
}
#nameteam-1{
    font-size: 30px;
    margin-top: 80px;
    margin-left: 170px;
    position: absolute;
    color: #ffffff;
}
#nameteam-2{
    font-size: 30px;
    margin-top: 80px;
    margin-left: 375px;
    position: absolute;
    color: #ffffff;
}
#vs{
    font-size: 60px;
    margin-top: 50px;
    margin-left: 265px;
    position: absolute;
    color: #ffffff;
}
#time{
    font-size: 20px;
    margin-top: 120px;
    margin-left: 274px;
    position: absolute;
    color: #ffffff;
}
#content-3{
    width: 100%;
    height: 780px;
    background-color: #858585;
    position: relative;
}
h4{
    font-size: 45px;
    color: #ffffff;
    font-weight: lighter;
    align-items: center;
    margin-top: 50px;
    position: absolute;
    margin-left: 630px;
}
#picnews-left{
    width: 650px;
    height: 345px;
    margin-top: 120px;
    background-color: #D9D9D9;
    position: absolute;
    font-size: 150px;
    color: #4d4d4d;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
    margin-left: 50px;
}
#picnews-left:hover,#picnews-right-1:hover, #picnews-right-2:hover, #picnews-right-3:hover, #picnews-right-4:hover, #picnews-right-5:hover{
    background-color: #4d4d4d;
    color: #D9D9D9;
    cursor: pointer;
}
#picnews-right-1{
    width: 200px;
    height: 100px;
    margin-top: 120px;
    background-color: #D9D9D9;
    position: absolute;
    font-size: 50px;
    color: #4d4d4d;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
    margin-left: 750px;
}
#picnews-right-2{
    width: 200px;
    height: 100px;
    margin-top: 120px;
    background-color: #D9D9D9;
    position: absolute;
    font-size: 50px;
    color: #4d4d4d;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 270px;
    margin-left: 750px;
}
#picnews-right-3{
    width: 200px;
    height: 100px;
    margin-top: 120px;
    background-color: #D9D9D9;
    position: absolute;
    font-size: 50px;
    color: #4d4d4d;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 390px;
    margin-left: 750px;
}
#picnews-right-4{
    width: 200px;
    height: 100px;
    margin-top: 120px;
    background-color: #D9D9D9;
    position: absolute;
    font-size: 50px;
    color: #4d4d4d;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 510px;
    margin-left: 750px;
}
#news-left{
    width: 650px;
    height: 115px;
    background-color: #4d4d4d;
    margin-top: 495px;
    position: absolute;
    margin-left: 50px;
}
#news-left:hover,#news-right-1:hover, #news-right-2:hover, #news-right-3:hover, #news-right-4:hover{
    cursor: pointer;
    background-color: #707070;
    text-decoration: underline;
    text-decoration-color: #ffffff;
    color: #000000;
}
#news-right-1{
    width: 440px;
    height: 100px;
    background-color: #4d4d4d;
    position: absolute;
    margin-top: 150px;
    margin-left: 950px;
}
#news-right-2{
    width: 440px;
    height: 100px;
    background-color: #4d4d4d;
    position: absolute;
    margin-top: 270px;
    margin-left: 950px;
}
#news-right-3{
    width: 440px;
    height: 100px;
    background-color: #4d4d4d;
    position: absolute;
    margin-top: 390px;
    margin-left: 950px;
}
#news-right-4{
    width: 440px;
    height: 100px;
    background-color: #4d4d4d;
    position: absolute;
    margin-top: 510px;
    margin-left: 950px;
}
#news-left h5{
    color: #ffffff;
    font-weight: lighter;
    font-size: 25px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 10px;
    margin-left: 10px;
}
#news-left h6{
    color: #ffffff;
    font-weight: lighter;
    font-size: 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 10px;
    margin-left: 10px;
}
#news-right-1 h5 ,#news-right-2 h5, #news-right-3 h5, #news-right-4 h5{
    color: #ffffff;
    font-weight: lighter;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 10px;
    margin-left: 10px;
}
#news-right-1 h6, #news-right-2 h6, #news-right-3 h6, #news-right-4 h6{
    color: #ffffff;
    font-weight: lighter;
    font-size: 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    margin-top: 10px;
    margin-left: 10px;
}
button{
    width: 200px;
    height: 60px;
    align-items: center;
    margin-top: 680px;
    margin-left: 620px;
}
button:hover{
    cursor: pointer;
    background-color: #D9D9D9 ;
}
#read{
    font-size: 20px;
    text-transform: uppercase;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    position: absolute;
    color: #4d4d4d ;
}
#content-4{
    width: 100%;
    height: 800px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgb(173, 173, 173);
    position: relative;
}
h7{
    font-size: 45px;
    margin-top: 50px;
    position: absolute;
    margin-left: 620px;
}
#intro-team{
    width: 1300px;
    height: 265px;
    background-color: #B2B2B2 ;
    margin-top: 140px;
    margin-left: 70px;
    position: absolute;
}
#line{
    width: 1300px;
    height: 5px;
    background-color: #4d4d4d;
    margin-top: 405px;
    margin-left: 70px;
    position: absolute;
}
#intro-player{
    width: 1300px;
    height: 265px;
    background-color: #B2B2B2 ;
    margin-top: 410px;
    margin-left: 70px;
    position: absolute;
}
#team-2{
    width: 90px;
    height: 265px;
    font-size: 40px;
    background-color: #DEDEDE;
    color: #4d4d4d;
    position: absolute;
}
#player{
    width: 90px;
    height: 265px;
    font-size: 40px;
    background-color: #DEDEDE;
    color: #4d4d4d;
    position: absolute;
}
h8{
    font-size: 40px;
    color: #4d4d4d;
    display: inline-block;
    transform: rotate(270deg); 
    transform-origin: left top; 
    position: absolute;
    margin-top: 320px;
    margin-left: 90px;
    z-index: 10;
}
h9{
    font-size: 40px;
    color: #4d4d4d;
    display: inline-block;
    transform: rotate(270deg); 
    transform-origin: left top; 
    position: absolute;
    margin-top: 600px;
    margin-left: 90px;
    z-index: 10;
}
#arrow-left{
    font-size: 50px;
    color: #4d4d4d;
    position: absolute;
    margin-left: 175px;
    margin-top: 250px;
    z-index: 10;
}
#arrow-right{
    font-size: 50px;
    color: #4d4d4d;
    position: absolute;
    margin-left: 1320px;
    margin-top: 250px;
    z-index: 10;
}
#arrow-left-player{
    font-size: 50px;
    color: #4d4d4d;
    position: absolute;
    margin-left: 175px;
    margin-top: 515px;
    z-index: 10;
}
#arrow-right-player{
    font-size: 50px;
    color: #4d4d4d;
    position: absolute;
    margin-left: 1320px;
    margin-top: 515px;
    z-index: 10;
}
#arrow-left:hover, #arrow-right:hover, #arrow-left-player:hover, #arrow-right-player:hover{
    cursor: pointer;
    color: #ffffff;
}
#circle-team-1{
    width: 200px;
    height: 200px;
    background-color: #4d4d4d;
    border-radius: 100px;
    font-size: 100px;
    color: #ABABAB;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: 34px;
    margin-left: 145px;
    z-index: 10;
}
#circle-team-1:hover{
    color: #707070;
    background-color: #D9D9D9 ;
}
#circle-team-2:hover, #circle-team-3:hover, #circle-team-4:hover, #circle-team-5:hover{
    color: #D9D9D9;
    background-color: #707070 ;
}
#circle-player-1:hover, #circle-player-2:hover, #circle-player-3:hover, #circle-player-4:hover, #circle-player-5:hover{
    color: #D9D9D9;
    background-color: #707070 ;
}
#circle-player-1{
    width: 200px;
    height: 200px;
    background-color: #D9D9D9;
    font-size: 100px;
    color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: 34px;
    margin-left: 145px;
    z-index: 10;
}
#circle-team-2{
    width: 200px;
    height: 200px;
    background-color: #D9D9D9;
    border-radius: 100px;
    font-size: 100px;
    color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: 34px;
    margin-left: 370px;
    z-index: 10;
}
#circle-player-2{
    width: 200px;
    height: 200px;
    background-color: #D9D9D9;
    font-size: 100px;
    color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: 34px;
    margin-left: 370px;
    z-index: 10;
}
#circle-team-3{
    width: 200px;
    height: 200px;
    background-color: #D9D9D9;
    border-radius: 100px;
    font-size: 100px;
    color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: 34px;
    margin-left: 595px;
    z-index: 10;
}
#circle-player-3{
    width: 200px;
    height: 200px;
    background-color: #D9D9D9;
    font-size: 100px;
    color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: 34px;
    margin-left: 595px;
    z-index: 10;
}
#circle-team-3{
    width: 200px;
    height: 200px;
    background-color: #D9D9D9;
    border-radius: 100px;
    font-size: 100px;
    color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: 34px;
    margin-left: 595px;
    z-index: 10;
}
#circle-player-3{
    width: 200px;
    height: 200px;
    background-color: #D9D9D9;
    font-size: 100px;
    color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: 34px;
    margin-left: 595px;
    z-index: 10;
}
#circle-team-4{
    width: 200px;
    height: 200px;
    background-color: #D9D9D9;
    border-radius: 100px;
    font-size: 100px;
    color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: 34px;
    margin-left: 820px;
    z-index: 10;
}
#circle-player-4{
    width: 200px;
    height: 200px;
    background-color: #D9D9D9;
    font-size: 100px;
    color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: 34px;
    margin-left: 820px;
    z-index: 10;
}
#circle-team-5{
    width: 200px;
    height: 200px;
    background-color: #D9D9D9;
    border-radius: 100px;
    font-size: 100px;
    color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: 34px;
    margin-left: 1045px;
    z-index: 10;
}
#circle-player-5{
    width: 200px;
    height: 200px;
    background-color: #D9D9D9;
    font-size: 100px;
    color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin-top: 34px;
    margin-left: 1045px;
    z-index: 10;
}
#footter{
    width: 100%;
    height: 460px;
    background-color: #B2B2B2;
    position: relative;
}
h10{
    font-size: 45px;
    margin-top: 50px;
    position: absolute;
    margin-left: 640px;
}
h11{
    font-size: 60px;
    margin-top: 150px;
    position: absolute;
    margin-left: 70px;
    color: #505050;
}
h12{
    font-size: 20px;
    margin-top: 150px;
    position: absolute;
    margin-left: 230px;
    line-height: 2; 
    font-weight: lighter;
}
#contact{
    font-size: 20px;
    margin-top: 250px;
    position: absolute;
    margin-left: 70px;
    line-height: 2; 
    font-weight: lighter; 
    letter-spacing: 1px;
}
img{
    width: 330px;
    height: 123px;
    position: absolute;
    margin-top: 250px;
    margin-left: 320px;
}
h14{
    font-size: 35px;
    margin-top: 150px;
    margin-left: 780px;
    position: absolute;
}
h15{
    font-size: 20px;
    margin-top: 200px;
    margin-left: 730px;
    position: absolute;
    line-height: 2; 
    font-weight: lighter;
}
h16{
    font-size: 35px;
    margin-top: 111px;
    margin-left: 1120px;
    position: absolute;
}
h17{
    font-size: 20px;
    margin-top: 200px;
    margin-left: 1050px;
    position: absolute;
    line-height: 2; 
    font-weight: lighter;
}
#copyright{
    width: 100%;
    height: 70px;
    color: #ffffff;
    background-color: #000000;
    font-size: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
h18{
    margin-left: 70px;
}

