* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    transition: all 0.3s ease;
}

body {
    font-family: 'Lato', sans-serif;
}

p {
    margin: 30px 0;
    line-height: 150%
}

.wrapper {
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
}

.header {
    margin-bottom: 10px;
    text-align: center;
}

.header img {
    width: 100%;
    height: auto;
}

.main {
    margin: 20px;
}

h1 {
    margin: 30px 0;
    font-family: "Fira Sans", sans-serif;
}

.option {
    display: block;
    background-color: #004B8D;
    border-radius: 8px;
    padding: 20px 10px;
    color: #FFF;
    text-decoration: none;
    margin: 20px 0
}

.option:hover {
    opacity: 0.9
}

.SF {
    text-align: center;
}

#SFfrmitm {
    border: 0 !important;
    text-align: center !important;
}

.SFfrmitmimglst {
    display: block! important;
}

.SFfrmitmimgpvw {
    border: 0 !important
}

.SFfrmitmimgpvw img {
   right: 0 !important;
   text-align: center;
   width: 250px !important;
   margin: 0 auto
}



.closed {
    text-align: center;
    color: red;
    margin-top: 30px;
    font-weight: bold;
}

.back {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}