body {
  min-width: 100%;
  min-height: 100vh;
  margin: 0;
  background-color: #151515;
  display: flex;
}

.all-container {
  max-width: 400px;
  margin: 0 auto;
}

#logo {
  margin: 15px auto;
  display: block;
}

#athlete {
  background-image: url("Comingsoonphoto.jpeg");
  background-position: center;
  background-size: cover;
  height: 250px;
  width: 100%;
}
.text-container {
  text-align: center;
  margin: 15px;
}
span {
  color: #cd3a24;
  font-family: AdiHAUS;
  font-size: 40px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  font-family: sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 5px;
  color: white;
}

p {
  margin: 0;
  padding: 15px;
  text-align: center;
  font-family: AdiHAUS;
  color: white;
}

form {
  text-align: center;
}

input {
  height: 35px;
  width: 50%;
  font-size: 16px;
  box-sizing: border-box;
}

button {
  height: 35px;
  width: 10%;
  background-color: #333333;
  box-sizing: border-box;
  font-size: 16px;
  color: white;
  border: none;
}

@media only screen and (min-width: 768px) {

  .all-container {
    width: 50%;
  }
  .text-container {
    text-align: left;
    margin: 15px;
  }
  p {
    margin: 0;
    padding: 15px;
    text-align: left;
    font-family: AdiHAUS;
    color: white;
  }
  form {
    text-align: left;
    padding: 15px;
  }
  #athlete {
    display: none;
  }
  #logo {
    margin: 30px 0px 100px;
    display: block;
  }
  .desktop {
    display: block;
    width: 50%;
    background: url("Comingsoonphoto.jpeg");
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 29% 100%);
  }
  span {
    font-size: 58px;
  }
  h2 {
    font-size: 58px;
  }

}
