﻿body {
    /*background-color: #fafafa;*/
    margin: 10px;
}

img {
    width: 300px;
    max-width: 500px;
}

.mainTitle {
    text-align: center;
    color: #0000FF;
}

.contactInfo {
    color: hsl(217, 10%, 50.8%);
}

    .contactInfo span {
        font-weight: bold;
    }

.centered-links a {
    margin: 0 5px;
    text-decoration: none;
}

.disclaimer {
    font-weight: lighter;
    font-size:small;
    color: hsl(217, 10%, 50.8%);
}

    .disclaimer b {
        font-weight: bold;
    }


.disclaimer-otp {
    font-weight: lighter;
    font-size: medium;
    color: hsl(217, 10%, 50.8%);
}

    .disclaimer-otp b {
        font-weight: bold;
    }