html{
    font-size: 62.5%;
    font-family: 'Roboto Mono', monospace;
    /* background: linear-gradient(#22c1c3, #fdbb2d); */
    background-image: url("../img/stars.jpg");
}


img{
    display: flex;
    width: 60%;
    height: 50%
    justify-content: center;
    padding-left: 20vw;
    padding-top: 2vw;
}

/* section{
    justify-content: center;
} */

h1{
    text-align: center;
    font-size: 2rem;
    color: white;
}

.writeDate{
    padding-top: 1vw;
    text-align: center;
}

h2{
    color: white;
    text-align: center;
    padding-top: 2vw;
}

p{
    color: white;
}