﻿.centeredContent {
    display: grid;
    place-self: center;
    margin: 0 auto;
    max-width: 30em;
    min-height: 20em;
    background-color: white;
    border-radius: 1em;
    margin-top: 9em;
    padding: 0.5em;
    text-align: center;
    box-shadow: 0px 0px 0.7em grey;
}

.centeredContent h1 {
    padding-top: 1em;
    padding-bottom: 3em;
    font-family: 'Segoe UI';
    font-weight: 600;
}

.centeredForm {
    display: grid;
    place-self: center;
    margin: 0 auto;
    width: 80%;
    margin-top: -5em;
}

.centeredTexts {
    display: grid;
    place-self: center;
    margin: 0 auto;
    width: 80%;
    padding-bottom: 3em;
    margin-top: -5em;
}

.bottomTexts {
    display: grid;
    place-self: center;
    margin: 0 auto;
    width: 80%;
    padding-top: 2em;
    padding-bottom: 2em;
}
