*{
    margin:0;
    padding:0;
}

h1{
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    font-size:60px;
    padding:20px;
    color:gold;
    z-index: 1;
}

h3{
    font-family: "Comic Sans MS", "Comic Sans", cursive;
    padding:20px;
    font-size:30px;
    color:gold;
    z-index: 1;
}

.main{
    width:100%;
    height:100%;
    background-color: rgb(0, 0, 0);
    display:flex;
    flex-direction: column;
    align-items: center;
}


input[type="text"]{
    width:500px;
    height:100px;
    font-size: 90px;
    margin-top:20px;
    z-index: 1;
}

#btn{
    margin:30px;
    width:150px;
    font-size:30px;
    height:80px;
}

.sbfsrf{
    position: absolute;
    bottom: 2px;
    left: 2px;
}

.totalcasino{
    position: absolute;
    bottom: 2px;
    right: 2px;
}

.gotki{
    position:absolute;
    left: 10px;
    top: 10px;
    z-index: 0;
}

.clueless{
    position:absolute;
    right: 10px;
    top: 10px;
    z-index:0;
}

@media only screen and (max-width: 600px) {
  .sbfsrf video{
    width:160px;
    height:220px;
  }

  .totalcasino video{
    width:160px;
    height:220px;
  }

  .gotki video{
    width:150px;
    height:150px;
  }

  .clueless img{
    width:150px;
    height:150px;
  }

  h1 {
    font-size: 25px;
    font-weight: bold;
  }

  h3 {
    font-size: 15px;
    font-weight: bold;
  }

  input[type="text"]{
    width:270px;
    height:100px;
  }

  #btn{
    width:100px;
  }
}