section {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position: absolute;
    font-size: 15pt;
    margin: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.alert {
    padding: 20px;
    border: 0.5px solid #aaa;
    border-radius: 40px;
    box-shadow: 1px 1px 10px #eee;
    font-weight: 300;
    text-align: left;
    max-width: 500px;
}

h3, p {
    margin: 0;
}

p {
    font-size: 18px;
    margin-top: 5px;
}

h5 {
   max-width: 60vw;
   text-align: center;
   font-weight: 200;
   font-size: 12px;
}