﻿.costa-background-welcome {
    margin: 0;
    padding: 0;
    height: 100vh;
    background: url('/imgs/bigCostaDarkBackGround.svg'), var(--dark-maroon);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    align-items: center;
}


@media (max-width: 600px) {
    .costa-background-welcome {
        background: url('/imgs/costaback.svg'), var(--dark-maroon);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}
