.link {
    display: inline-block;
    padding: 10px 10px 15px;
    text-align:center
}

header h2 {
    text-align:center
}

nav {
    border-top: 1px solid #ccc;
    background: rgb(238, 238, 238, .05);
    padding-left: 25px;
    padding-right: 25px;
    list-style-type: none;
    text-align:center
}

p {
    margin: 0 auto;
}

.image_center{
    text-align: center;
}

body {
    background: #222 url("/static/assets/img/bg.jpg") fixed center;
    background-size: cover;
    color: #fff;
    font-size: 1em;
    font-family:Open Sans, sans-serif
}

.sector {
    margin: 30px auto 40px;
    width: 800px;
    background: rgb(10, 10, 10, .7);
    border-radius: 20px;
    box-shadow:0 0 15px 2px #42c6ff
}

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

@media (orientation: portrait) {
    .sector {
        width:80%
    }
}

.inner {
    padding:15px 25px
}

a {
    color:#33c1ff;
    text-decoration: none;
}

a:hover {
    color: #95dfff
}

nav .disabled a{
  pointer-events: none; /* disables clicking */
  color: gray;
  text-decoration: none;
}

#buttons{
    margin-block-end: 0.6em;
}

.button img{
    height: 31px;
    width: 80px;
    margin-left: .25em;
    margin-right: .25rem
}

.button:first-of-type {
    margin-left:0
}

.button:last-of-type {
    margin-right:0;
}

.about_website .button img{
    margin-block-end: 1.33em;
}