
body {
  background-color: #151019;
  color: #605f5f;

  
}

.enter-button {
    background-color: #110136;
    color: #605f5f;
    font-weight: bold;
    border: #605f5f;
    border-style: double;
    border-width: 3px;
    height: 30px;
    width: 80px;
    cursor: pointer;
    transition: background-color 0.15s;

}

.enter-button:hover {
    background-color: #33069D;
}

h1{
    font-size: 23px;
    font-weight: bold;
    
}

