header{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

html, body {
    margin: 0;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Times New Roman', Times, serif;
}

button {
    font-family: 'Times New Roman', Times, serif;
}

.link{
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: lightskyblue;
}