body{
    font-family: 'Lexend', sans-serif;
 }
 .main-container{
    max-width:700px;
    margin: 0 auto;
 }
 .logo{
    width: 215px;
    margin-top:125px;
    margin-bottom: 40px;
 }

 .section-info{
    background: #fffaef;
    color:#162133;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 33px 38px 33px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
 }
 .section-info p{
    margin:0;
    font-weight: 400;
 }
 .section-info a{
    margin-top: 25px;
    padding: 14px 19px;
    color:#fff;
    background: #3d44a2;
    width: 215px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
 }
 .active-section{
    background: #f3f3f3;
 }
 .footer-section{
    font-weight: 400;
    margin-top:40px;
 }
 .footer-section a{
    color:#162133;
 }
 .congratulations{
    background: #e6f9fb;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color:#162133;
    padding: 28px 33px 34px 33px;
    align-items: flex-start;
    margin-bottom: 20px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
 }
 .congratulations .checkmark{
    width: 34px;
    height: 34px;
 }
 .congratulations .content{
    margin-left:28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
 }
 .congratulations .content h3 {
    margin: 0 0 9px 0;
    font-weight: 600;
 }
 .congratulations p {
    font-weight: 400;
    margin:0
 }