#message {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #fff;
    padding: 30px;
    margin-top: 30px;
}

#all > ul {
    list-style: none;
    float: center;
    width: 200px;
    padding: 0 10px 0 0;
}

#all a {
    text-decoration: none;
    display: block;
    padding: 18px;
    background: #1d252c;
    border-radius: 3px;
    color: #6b7278;
    text-align: center;
    margin: 0 0 3px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 18px;
    font-variant: small-caps;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

#all:hover a {
    opacity: 1.0;
}

#all:hover ul:hover a {
    opacity: 0.5;
}

#all:hover ul:hover a:hover {
    opacity: 1;
}

#all:active a {
    opacity: 1.0;
}

#all:active ul:active a {
    opacity: 0.5;
}

#all:active ul:active a:active {
    opacity: 0.9;
}

#stepan {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #fff;
    margin-top: 30%;
    text-decoration: none;
    opacity: 0.7;
    
}

#stepan:hover {
    opacity: 0.9;
}

body {
    background-color: #313841;
}
.nav {
    justify-content: center;
    display: flex;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}