@font-face {
    font-family: 'Libre Baskerville';
    src: url('./assets/font/LibreBaskerville-Bold.woff2') format('woff2'),
        url('./assets/font/LibreBaskerville-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html,
body {
    margin: 0;
    width: 100%;
    height: 100%;
    background: url(./assets/img/bg.png) no-repeat center center fixed;
    background-size: cover;
    background-color: #f8f6f0;
    text-align: center;
    font-size: 17px;
}

main {
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 2em;
    font-family: 'Libre Baskerville', serif;
    color: #1E484f;
}

@media screen and (min-width: 768px) {
    h1 {
        font-size: 3.5em;
    }

}

a:link {
    color: #1E484f;
}

a:visited {
    color: #295A66;
}

.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 16px;
    font-size: 20px;

}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
}