body{
    margin: 0;
    padding: 0;
}
header {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E2E2E2;
    height: 96px;
}
main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 50px 0;
}
header img{
    max-height: 70px;
}
.suspended{
    max-width: 1500px;
    width: 80%;
}
h2{
    font-family: 'Rubik', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #1B192B;
    margin: 47px 0 26px;
}
p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #898989;
    margin: 0 0 26px 0;
    max-width: 1084px;
    width: 80%;
}
a.btn{
    font-family: 'Rubik', sans-serif;
    background-color: #FE5000;
    box-shadow: 0 10px 30px #fe50001e;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    line-height: 19px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
}