html {
    font-family: Georgia, serif;
    /* font-size: 20px; */
}
body {
    margin: 0;
}

.parent {
    display: flex;
    min-height: 100vh;
  }
.title {
    color: cornflowerblue;
    font-size: 6vh;
    margin: auto;
    align-self: center;
    justify-content: center;

}

a, a:visited {
    text-decoration: none;
    color: cornflowerblue;
}

a:hover {
    text-decoration: underline;
}

