body {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    background-color: #1d1d1b0a;
    font-size: large;
}

h1 {
    font-weight: 600;
}

h2 {
    font-weight: 500;
}

h3 {
    font-weight: 400;
}

a {
    color: #3674b3;
    text-decoration: none;
}

a:hover {
    color: #265380;
}

.brand {
    font-weight: 600;
}

.brand .first-o {
    color: #E94E1B;
}

a:hover .brand .first-o {
    color: #CF4619;
}

.brand .second-o {
    color: #42BEEF;
}

a:hover .brand .second-o {
    color: #3CABD6;
}

img.logo {
    max-width: 40%;
    max-height: 40%;
}
