html {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
.body {
    height: 100vh;
    width: 100vw;
    background: url(Resources/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    backdrop-filter: blur(20px);
    margin: 0%;
    text-align: center;
    display: table;
    z-index: 9;
}
.text {
    border-style: none none solid;
    border-width: 0px 0px 1px;
    border-color: #000 #000 hsla(0, 0%, 100%, 0.59);
    border-radius: 0px;
    font-family: Assistant, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}
.text.agents {
    text-decoration: none;
}
.text.maps {
    text-decoration: none;
}
.text.teams {
    background-color: hsla(0, 0%, 100%, 0.2);
    text-decoration: none;
    z-index: 1;
}
.text-block {
    font-family: Anton, sans-serif;
    color: #fbffd5;
    font-size: 100px;
    line-height: 100%;
    margin-top: 20vh;
    margin-left: 60vw;
    text-align: left;
}
.text-block-2 {
    border-style: none;
    border-width: 1px;
    border-color: transparent;
    font-family: Assistant, sans-serif;
    color: #fff;
    font-size: 50px;
    line-height: 150%;
    text-align: center;
}
.button {
    position: relative;
    margin-left: 40vw;
    margin-right: 38vw;
    margin-top: 2vh;
    display: block;
    background-color: rgba(158, 232, 255, 0.7);
    font-family: Assistant, sans-serif;
    color:white;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
.test {
    display: inline;
    justify-content: center;
}
.agent {
    position: absolute;
    margin-left: -20vw;
    margin-top: 10vh;
    max-width: 35%;
    z-index: 1;
}
.titles {
    display: flex;
    margin-left: 40vw;
    margin-bottom: -17vh;
    margin-top: 5vh;
}
.team1{
    font-family: Anton, sans-serif;
    color: #fbffd5;
    font-size: 40px;
    white-space: nowrap;
}
.team2{
    font-family: Anton, sans-serif;
    color: #fbffd5;
    font-size: 40px;
    white-space: nowrap;
}
.players {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-left: 40vw;
    margin-bottom: 5vh;
    z-index: 1;
}
.team1 {
    height: 25vh;
    width: 10vw;
    margin-right: 2vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.team2 {
    width: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.playerin {
    position: relative;
    font-family: Assistant, sans-serif;
    color:white;
    font-size: 25px;
    background-color: hsla(0, 0%, 67%, 0.356);
    border: 2px solid rgba(158, 232, 255, 0.7);
    z-index: 100;
}
.playerin:focus {
    outline: none;
}
.fours {
    position: relative;
    margin-left: 40vw;
    margin-right: 38vw;
    margin-top: 2vh;
    display: block;
    font-family: Assistant, sans-serif;
    color:white;
    font-size: 40px;
    line-height: 100%;
    text-align: center;
    text-decoration: none;
    z-index: 10;
    background-color: hsla(0, 0%, 67%, 0.356);
}