body {
    background-image: url('https://www.erwine.us/images/erwine-1.png');
    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: 'Prompt', sans-serif;
    text-align: center;
}

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

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

html {
    background-color: #04219C;
}