body {
    background-image: url('https://www.eazb.com/images/eazb.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh; /* % of the viewport height */
    color: #ffffff; /* White text color */
    font-family: 'Goldman', sans-serif;
    font-weight: 400;
    text-align: center;
}

.header h1 {
    font-size: 15vw; /* % of the viewport width */
    margin: 0;
}

.content {
    font-family: 'Figtree', sans-serif;
    margin-top: 5px;
    font-size: 1.5vw; /* Adjust the size as needed */
}

html {
    background-color: #000;
}