body {
    /* background-color: green; */
}
div {
    /* border: 1px solid gray; */
}
.right-align {
    text-align: right;
}
.center-align {
    text-align: center;
}
.left-align {
    text-align: left;
}
.logo-img {
    height: 450px;
}
.qr-code {
    width: 100px;
}
a.no-deco {
    text-decoration: none;
}
.button-1 {
    text-align: center;
    padding: 18px;
    border-radius: 35px;
    background-color: #a92422;
    font-size: 1.6em;
    color: white;
    font-weight: bold;
    max-width: 350px;
    height: 80px;
    margin: 10px auto;
}
.bottom-logo {
    width: 120px;
}
h1 {
    font-size: 4em;
    font-weight: 800;
    margin-top: 40px;
}
.text-1 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 32px;
}
.text-2 {
    font-size: 1.6em;
    font-weight: 600;
    margin: 40px 0;
}
.text-2 a {
    text-decoration: none;
    color: black;
}
.text-3 {
    font-size: 1.6em;
    font-weight: bold;
    margin: 0;
    padding-top: 30px;
}
.text-4 {
    font-size: 1em;
}
