form {
    display: flex;
    align-items: center;
    margin: 5rem;
}

label {
    color: white;
    padding: 1rem;
    font-size: 1.5rem;
}

input {
    color: white;
    font-size: 1.5rem;
    background: none;
    outline: none;
    border: none;
    border-bottom: #fff4 solid 1px;
    margin-right: 5px;
}

form button
{
    background: none;
    color: white;
    font-size: 1.5rem;
    border: none;
    border-bottom: #fff4 solid 1px;
    border-right: #fff4 solid 1px;
}
form button:hover {
    background-color: #e41645;
}

a{
    color: white;
}
.front-page-logo-slogan {
    margin-top: 10rem;
    position:relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.front-page-logo-slogan>h1 {

    font-weight: 300;
    font-size: 5rem;
    letter-spacing: -0.22em;
    color: #FFFFFF;
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.5);
    margin: 0;
}

.front-page-logo-slogan>h2 {
    font-family: var(--font-secondary);
    font-weight: 300;
    font-size: 2rem;
    letter-spacing: 0.2em;
    color: #FFFFFF;
}
