.wrapper {
    font-family: 'Roboto Mono', monospace;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: darkgrey;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#heading {
    font-family: 'Roboto Mono', monospace;
    font-size: 22px;
    letter-spacing: -2px;
    color: rgb(56, 56, 56);
    width: 100%;
    text-align: left;
    padding-left: 20px;
}

#container {
    height: 80%;
    min-height: 450px;
    width: 100%;
    /*border-radius: 20px;*/
    background-color: lightgrey;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px;
}

#firstNumber {
    font-size: 56px;
    color: rgb(56, 56, 56);
    margin: 0px;
    padding: 20px;
}

#secondNumber {
    font-size: 56px;
    color: rgb(56, 56, 56);
    margin: 0px;
    padding: 20px;
}

#thirdNumber {
    font-size: 56px;
    color: rgb(56, 56, 56);
    margin: 0px;
    padding: 20px;
}

#footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: right;
}

a {
    font-size: 31px;
    color: rgb(56, 56, 56);
    text-decoration: none;
}

p {
    font-family: 'Roboto Mono', monospace;
    letter-spacing: -3px;
    padding-right: 20px;
}
