#body {
    display: flex;
    height: 100vh !important;
}
#index {
    display: none;
}
#noscript {
    display: none;
}
#simpleindex {
    display: flex;
    flex-direction: column;
    overflow: scroll !important;
    height: 100vh !important;
    
}
#simplenav {
    padding: 1rem;
    display: flex;
    justify-content: center;
}
.simpleimg {
    align-self: center;
    max-width: 25rem;
    padding: 1rem;
}
.abouts {
    line-height: 1.25;
    width: 33rem;
}
.simplelink:hover {
    color: #295969;
} .simplelink {
    text-decoration: underline;
    color: lightblue;
}