body {
    background-color: rgb(55, 55, 60);
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
}

p {
    color: white;
    font-family: Helvetica;
}

.TitleText {
    font-weight: 600;
    font-size: 80px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 16px;
    text-align: center;
    vertical-align: middle;
}

.CenterLogo {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 300px;
}

.SubtitleText {
    color: white;
    font-family: Helvetica;
    font-weight: 600;
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 10px;
    text-align: center;
}

.Content {
    font-size: 16px;
}

.ContentBold {
    font-size: 16px;
    font-weight: bold;
}

.Columns {
    align-items: center;
    display: grid;
    grid-template-columns: 125px 1fr;
}