html,
body {
    height: 100vh;
    width: 100vw;
}

body {
    background-image: url('./../images/bg-milenar.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.button {
    border-radius: 10px;
    background-color: white;
}

.text-header-index {
    color: #f9db5c;
}

.img-logo-index {
    width: 400px;
}

@media (max-width: 425px) {
    .text-header-index {
        color: #a38c24;
    }

    .img-logo-index {
        width: 200px;
    }
}