* {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #ff5927;
    font-size: 14px;
}

div.centered-logo {
    width: 361px;
    height: 146px;
    margin: auto;
    margin-top: 100px;
}

div.contact-element {
    text-align: center;
    margin-top: 50px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}