html {
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    font-family: Arial, sans-serif;
}

body {
    background-image: url("../background.jpg");
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
}

.center-element {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.w-100 {
    height: 100%;
}

.gap {
    gap: 30px;
}

.text {
    margin: 7px;
    font-size: 18px;
}