body {
    background-color: black;
    color: bisque;
    padding-top: 2rem;
}

h1 {
    text-align: center;
    font-size: 200px;
}

h2 {
    text-align: center;
    font-size: 80px;
}

h2>a {
    color: bisque;
}

h3 {
    color: bisque;
    text-align: center;
    font-size: 30px;
}

p {
    color: bisque;
    text-align: center;
    font-size: 20px;
}