*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: #333333;
    background-color: #f2f2f2;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
}

.wrapper {
    max-width: 600px;
    min-height: 100vh;

    margin: 0 auto;
    padding: 20px;

    background: #ffffff;
}

h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 38px;
}

h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 34px;
}

h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 30px;
}

h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 26px;
}

h5 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 22px;
}

h6 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

button,
a.button {
    display: inline-block;
    width: 100%;
    height: 50px;
    font-size: 17px;
    font-weight: 700;
    line-height: 50px;
    text-decoration: none;
    color: white !important;
    background: #2aa87d;
    text-align: center;
    border-radius: 25px;
    outline: none;
    border: none;
}

.pathmate button,
.pathmate a.button {
    background: #2aa87d;
}

.sanitas button,
.sanitas a.button {
    background: #5bac26;
}

.manoa button,
.manoa a.button {
    background: #fa7311;
}

.sonoa button,
.sonoa a.button {
    background: #3C3E73;
}

.veroval button,
.veroval a.button {
    background: #0045FF;
}

.lasea button,
.lasea a.button {
    background: #4F1F75;
}

.mobilecoach button,
.mobilecoach a.button {
    background: #2D3E4F;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    color: #2aa87d;
}

.pathmate a,
.pathmate a:link,
.pathmate a:visited,
.pathmate a:hover,
.pathmate a:active {
    color: #2aa87d;
}

.sanitas a,
.sanitas a:link,
.sanitas a:visited,
.sanitas a:hover,
.sanitas a:active {
    color: #5bac26;
}

.manoa a,
.manoa a:link,
.manoa a:visited,
.manoa a:hover,
.manoa a:active {
    color: #fa7311;
}

.sonoa a,
.sonoa a:link,
.sonoa a:visited,
.sonoa a:hover,
.sonoa a:active {
    color: #3C3E73;
}

.veroval a,
.veroval a:link,
.veroval a:visited,
.veroval a:hover,
.veroval a:active {
    color: #0045FF;
}

.lasea a,
.lasea a:link,
.lasea a:visited,
.lasea a:hover,
.lasea a:active {
    color: #4F1F75;
}

.mobilecoach a,
.mobilecoach a:link,
.mobilecoach a:visited,
.mobilecoach a:hover,
.mobilecoach a:active {
    color: #2D3E4F;
}

.app-logo-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 20px;
}

.app-logo {
    margin-top: 40px;
    display: block;
    max-width: 300px;
    max-height: 180px;
    width: auto;
    height: auto;
}

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

.description {
    text-align: center;
    margin: 40px 0;
    padding: 0 20px;
}

.code {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px;
    text-align: center;
}

.code>span {
    padding: 4px 8px;
    border: 4px solid #aaaaaa;
    border-radius: 8px;
}

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

.badges {
    text-align: center;
    margin: 40px 0;
    padding: 0 20px;
}

.legal {
    font-size: smaller;
    text-align: center;
    margin: 40px 0;
    padding: 0 20px;
}