body {
    margin: 0;
    height: 100vh;
    width: 100vw;
}
#nav {
    background: #004ddc;
    box-sizing: border-box;
    padding: 10px;
    height: 45px;
}

#logo {
    width: 120px;
    position: relative;
    float: left;
}

#close {
    position: relative;
    float: right;
}

.content{
    display: block;
    margin: 0px auto 0 auto;
    width: 100%;
    text-align: center;
    height: 100%;
}

h1 {
    font-size: 15px;
    text-align: center;
    font-family: 'Nunito Sans';
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.cta{
    display: block;
    text-transform: none;
    font-size: 14px;
    padding: 11px 0px 11px 0px;
    max-width: 160px;
    background-color: #0d3ecc;
    color: #fff;
    margin: auto auto;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Nunito Sans';
    font-weight: 700;
}

p {
    margin:0px;
    line-height:22px;
}

.copyBody {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    font-family: 'Nunito Sans';
    font-weight: 500;
}

.topImage{
    height: 48px;
    width: 48px;
}