body {
    min-width: var(--vw);
    min-height: var(--vh);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    background: url(../images/generator1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.regular-button {
    text-decoration: none;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px solid white;
}

.regular-button:hover {
    text-decoration: none;
    background-color: white;
    color: black;
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px solid white;
}

.form-button {
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px white solid;
    background-color: transparent;
    color: white;
}

.form-button:hover {
    padding: 5px 10px;
    border-radius: 10px;
    border: 2px white solid;
    background-color: white;
    color: black;
}


@media (max-width: 600px) {







}
