.flex{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}

body{
    height: 100vh;
    background-color: #024C24;
}

*{
    font-family: 'Montserrat', sans-serif;
}

h2{
    color: white !important;
    font-weight: 600;
    text-align: center;
    font-size: 13px;
    padding: 20px 10px;
}

a{
    color: white !important;
    font-size: 13px;
}

strong{
    color: white;
    margin-top: 30px;
    margin-bottom: 12px;
    font-size: 13px;
}