html {
    font-size: 10px;
}
@media screen and (min-width: 768px) {
    html {
        font-size: 14px;
    }
}
body, html, h4, h5 {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

h4, h5 {
    font-family: "Merriweather", serif;
    font-weight: 500;
    font-style: normal;
}
body, html {
    height: 100%;
    width: 100vw;
}
.bg {
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)),
        url('/bg3.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
h4 {
    color: rgba(252, 252, 252, 0.912);
    text-shadow: 2px 2px 1rem rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 8rem;
    letter-spacing: 1rem;
}
h5 {
    color: rgba(237, 216, 180, 0.912);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 4rem;
    text-align: center;
    letter-spacing:0.6rem;
}
.text {
    overflow: hidden;
    max-width: 100vw;
}