
.photo {
    position: absolute;
    height: 100vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.4);
}

body {
    margin: 0;
    
}

.text_container{
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.text {
    color: beige;
    font-family: "Poppins", sans-serif;
    font-size: 4rem;
    margin-bottom: 1%;
}

.text_slogan {
    color: beige;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    margin-top: 0;
}

