.end-modal {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 12;
    background-color: black;
}
#end-modal h1 {
    margin: auto;
}
#end-modal p {
    font-family: 'gira-sans', sans-serif;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.1em;
    margin-top: 30px;
}
#before-modal h1 {
    margin: auto;
}
#before-modal p {
    font-family: 'gira-sans', sans-serif;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.1em;
    margin-top: 30px;
}
