body {
  font-family: 'Kalam', cursive;
  font-size: 22px;
  color: #1F25EE;
}

.content {
  position: relative;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 1680px;
  margin: 0 auto;
}

.column {
  flex: 1 1 30%; /*grow | shrink | basis */
  height: 800px;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.middle {
  min-width: 573px;
  max-width: 573px;
  margin-left: -50px;
}

h1 {
  margin-bottom: 50px;
}

.white {
 color: #fff;
}

.button {
  width: 200px;
  padding: 15px;
  color: #fff;
  font-weight: 700;
  margin: 15px auto;
  cursor: pointer;
}

.grey {
  width: 100px;
  padding: 5px;
  margin: 5px;
  font-size: 15px;
  color: #fff;
  background: #c5c5c5;
  display: inline-block;
}

.print-buttons {
  margin-top: 80px;
}

footer {
  text-align: right;
  font-size: 13px;
  font-weight: 700;
  margin-top: 15px;
}

#easy.button {
  background-color: #20DCEF;
}

#medium.button {
  background-color: #EB5AF7;
}

#hard.button {
  background-color: #1F25EE;
}

#competetive-screen {
  display: flex;
}

#drag-elements {
  position: absolute;
  bottom: 0;
}

input {
  border: 1px solid #cecece;
  padding: 5px;
  width: 200px;
  margin: 10px auto;
  display: block;
}

#ranking {
  font-size: 18px;
  text-align: left;
  margin-top: 40px;
  margin-left: 40px;
  margin-bottom: 50px;
}

#ranking span {
  font-size: 20px;
}

#youtube-link {
  display: none;
  width: 80%;
  margin: 0 auto;
}


/* @media screen and (max-width: 1024px) {
  .content {
    width: 100%;
  }
  .column {
    flex: 1 1 100%;
    width: 573px;
  }
} */