
.header {
    background-color: red;
    text-align: center;
    background-image: url('../images/header.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;

    padding-top: 40%;
    width: 100%;
}

.text-main {
    font-family: "Luxurious Script", cursive;
}