img{
    height: 150px;
    width: 150px;
}

.firstdiv{
    background: rgb(0,79,255);
    background: linear-gradient(27deg, rgba(0,79,255,1) 0%, rgba(31,19,79,1) 50%, rgba(100,0,255,1) 100%);
    background-repeat: no-repeat;
    width: 100%;
    height: 695px;
    display: flex;
    justify-content: center;
}

.maindiv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.37);
    backdrop-filter: blur(15px);
    width: 35%;
    border-radius: 25px;
    margin: auto;
}

.imagesdiv{
    display: flex;
    justify-content: center;
}

#winh1{
    color: white;
}

#rollbut{
    background-color: #0080ff;
    color: white;
}

@media only screen and (max-width: 1000px) {
    .maindiv {
      width: 100%;
    }
  }