body, html {
    height: 100%;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
.bg {
    background-image: url('../images/undisputed-bg.jpg');
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    color: white;
}
.default-container {
    width: 96%;    
    display: flex;
    justify-content: left;
    align-items: left;
}
.logo {
  height: 25px;
  padding: 10px 0px;
  left: 0;
}
.line {
    width: 96%;
    height: 1px;
    background-color: white;
    /*margin-top: 10px;*/
}
.footer {
    width: 96%;
    text-align: center;
    padding: 5px;
}
.footer p {
  font-weight: 400;
  font-size: 10px;
}
.footer p .yellow {
  color: #eefd71;
}
.center-text {
    flex-grow: 1;
    font-weight: 700;
    font-size: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.center-text h1 {
    font-size: 2vw;
}