* {
    font-family: input-mono;
    text-align: right;
    background-color: grey;
}

body {
    padding: 0 30px 0 30px;
}

h1 {
    font-size: 100px;
    font-weight: 800;
    color: whitesmoke;
    position: fixed;
}

h2 {
    font-size: 50px;
}

a {
    font-size: 30px;
}


a:hover {
    text-decoration: none;
}
