* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    line-height: 1.6;
    width: 100%;
    color: #333;
    background-color: #f9f9f9;
    overflow-x: hidden;
}

.org-name {
    display: block;
    font-size: 2em;
    margin-top: .67em;
    margin-bottom: .67em;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    width: 100%;
}

a {
    color: #0056b3;
    text-decoration: none;
    transition: color .3s,text-decoration .3s;
}

a:focus,
a:hover {
    color: #0056b3;
    border-bottom: 1px solid #0056b3;
}

a:active {
    color: #004085;
}

img {
    max-width: 100%;
    height: auto;
}
