/* transition: 1s; maybe use, i dont know, it makes it look better i guess */

body{
    background-color: rgb(33, 33, 33);
}

p{
    color: white;
}

b{
    color: white;
}

button{
    border-radius: 30px;
    width: 1000px;
}


/* classes */

.bottomleft {
  position: absolute;
  bottom: 8px;
  left: 16px;
  font-size: 18px;
}

.center {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 90vh;
      text-align: center;
}