* {
    font-family:Roboto Mono, 'Courier New', Courier, monospace
}
body {
    margin-left: 20%;
    margin-right: 20%;
    background-color:#f2f2f2;
}

h2 {
    font-family: Roboto Mono;
    font-size: 64px;
}

p {
    font-size: 24px;
}

a{
    color: #3333cc;
}

a:visited{
    color: #7700b3;
}