.center {
    margin: auto;
    text-align: center;
    padding: 10px;
    margin-top: 20;
  }
#middle-text {
    font-size: 10rem;
    margin-top: 10px;
}
#secondary {
    font-family: 'Fredoka';
    font-weight: 400;
}
#bottom-text {
    margin-top: 40px;
}
h1 {
    font-family: 'Fredoka';
    font-weight: 600;
    font-size: 4rem;
    margin: 10px;
}
a.container {
    display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
}
body {
    background-color: #9c2e2e;
    color: #ffffff  ;
}