@font-face{
    font-family: "RoughTypewriter";
    src:url(rough_typewriter.otf);
}

body {
    background-color:#dce4e4;
    color:#37434b;
    font-family:RoughTypewriter;
    text-align: center;
    margin-left: 410px;
    margin-right: 410px; 
}

h1 {
    font-size: 50px;
}

time {
    font-size: 15px;
    text-decoration-line:overline;
}

div.a {
  width:min-content;
    margin-top: 60px;
}

div.b {
  width:fit-content;
    margin-top: 20px;
}

div.c {
    margin-bottom: 40px;
}

div.d {
    margin-top: 15px;
}

div.e {
    margin-right: 50px;
    margin-left: 50px;
}

i {
    color: crimson;
}

a {
    font-size: 15px;
}