body{
    background-color: rgba(0, 0, 0, 0.081);
    font-family: 'Courier New', Courier, monospace;
}
a{
    text-decoration: none;
    color: #000000;
}
* a:hover{
    color: black;
    text-decoration: wavy;
}
header{
    font-size: 30px;
    text-align: center;
    font-weight: 400;
    font-style: bold;
}
sub{
        font-size: 20px;
        color: red;
        font-weight: 600;
        font-style: italic;
}

.content{
    display: inline-flexbox;

}

h3{ 
    font-family: 'Courier New', Courier, monospace;
    font-size: 11px;
    font-weight: 400;
}
footer{
    font-size: 11px;
}