@font-face {
    font-family: 'Roboto Condensed';
    src: url("fonts/RobotoCondensed-Medium.ttf");
}

body {
    margin: 0;
    padding: 0;
    background-image: url('/img/hesinhthaibackground.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;

}

.content {
    text-align: center;
    padding: 50px;
    color: white;
}

h1 {
    color: #facb8c;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.5rem;
    position: absolute;
    text-transform: uppercase;
    line-height: 1.5;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and  (max-width: 768px) {
    h1 {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 415px) {
    h1 {
        font-size: 1.9rem;
    }
}

@media screen and (max-width: 391px) {
    h1 {
        font-size: 2rem;
    }
}
