

body {
    background-color: black;
    font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
}

div.main-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 95vh;
}

p {
    color:white;
    text-align: center;
    width: 80vw;
}

@media screen and (min-width: 600px) {
    h1 {
        font-size: 6rem;
    }
    p {
        font-size: 3rem;
    }
    div.button {
        font-size: 4rem;
        padding: 15px
    }
}
@media screen and (min-width: 1000px) {
  h1 {
    font-size: 40px;
  }
  p {
    font-size: 16px;
  }

  div.button {
    font-size: 20px;
    padding: 5pt;
  }
}

h1.name {
    color: white;
    margin: 0pt;
    text-align: center;
    margin: 0pt;
}

div.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

div.button {

    border-radius: 10px;
    color: white;
}