body {
    font-family: 'Lora', serif;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

header {
    text-align: center;
    color: rgb(42, 42, 42);
}

header img {opacity: 0.9;}

header a {
    text-decoration: none;
    color: rgb(42, 42, 42);
}

header a:hover {
    text-decoration: underline;
    color: black;
}