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

p{
    color: white;
}

input[type="text"]{
    border-radius: 30px;
}

button{
    border-radius: 30px;
}


/* classes */

/* in case i wanna do some bottom bar stuff */
.bottomleft {
  position: absolute;
  bottom: 8px;
  left: 16px;
  font-size: 18px;
}

.bottomright {
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-size: 18px;
}

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