* {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.image {
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.layover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.image#_1 {
    background-image: url("./1.jpg");
}

.image#_2 {
    background-image: url("./2.jpg");
}

.image#_3 {
    background-image: url("./3.jpg");
}

.image#_4 {
    background-image: url("./4.jpg");
}

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

.text {
    position: fixed;
    color: white;
    font-size: 35px;
    letter-spacing: 5px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 2px rgb(0, 0, 0);
}

.text span {
    color: #E9BA00;
}

footer {
    background-color: #E9BA00;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: white;
    position: fixed;
    bottom: 0px;
}
