body {
    background-color: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif;
}

.logo {
    width: 200px;
    height: 162px;
    text-align: center;
}

.large-button {
    font-size: 20px; /* Set the desired font size */
}

h1{
    font-size: 22px;
    margin: 0;
    padding: 0 0 30px 0;
}

h2{
    font-size: 18px;
    margin: 0;
    padding: 0 0 18px 0;
}

h3{
    font-size: 16px;
}