html {
    height: 100%;
}

body {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    height: 100%;
    padding: 20px;
    background-image: url(img/Background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

body {
    text-align: center;
    font-family: "Baskervville", serif;
    font-weight: 400;
    font-style: normal;
}

.logo {
    width: 200px;
    max-width: 80%;
}

.content {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
