.heading {
    color: white;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    text-align: right;
}

.logo {
    height: 12px;
    width: 12px;
    transition: width, height 5s;
}

.logo--large {
    height: 60px;
    width: 60px;
}

.logo-container {
    text-align: center;
}

.message-container {
    text-align: center;
}

.message {
    height: 300px;
    width: 500px;
}

.submit-container {
    text-align: center;
    margin-bottom: 20px;
}

.submit-logo {
    height: 200px;
    width: 200px;
    cursor: pointer;
}

.contacts-container {
    box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.contact {
    color: white;
    margin-right: 20px;
    font-size: 12px;
}

.contact-link, .contact-link:active, .contact-link:hover, .contact-link:visited {
    color: white;
}