body {
    background-color: rgb(54, 57, 63);
    color: white;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    font-size: 20px;
}

img {
    max-width: 40%;
}


h1 {
    color: white;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
}

h2 {
    color: white;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    border-top: 40px;
    border-left: 40%;
    font-size: 20px;
    max-width: 50%;
}

a {
    color: rgb(0, 183, 255);
    font-size: 30px;
}