html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
}

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

.branding {
    padding: 20px;
    margin-bottom: 20px;
}

.branding img {
    width: 100%;
    max-width: 200px;
    min-width:200px;
    height: auto;
}

.contact {
    text-align: center;
    padding: 20px;
}

.contact a {
    padding: 10px 30px;
    background: #29A9B2;
    color: #fff;
    text-decoration: none;
}