body {
    width: 100%;
    height: 100vh;
    background-color: #badeec;
    overflow-x: hidden;
}
.image {
    padding: 10px;
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.title {
    font-size: 40px;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
}
.author {
    font-size: 16px;
    font-family: 'Franklin Gothic Medium';
    text-align: right;
    padding-right: 30%;
}
.content {
    font-size: 24px;
    font-family: 'Istok Web';
    text-align: left;
}
.menu {
    text-align: center;
    size: 20px;
    color: #fcfdfc;
    font-family: 'Shadows Into Light';
}
b {
    font-size: 24px;
}
li {
    font-size: 18px;
}
a.blog:link, a.blog:visited {
    color:#fcfdfc;
}
a.blog:hover {
    color: #70bdd8;
}
a.blog:active {
    color:#6b808b;
}
.only {
    width: 82%;
    margin-top: 3%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 4%;
    color: #fcfdfc;
    background-clip: padding-box;
    background-color: #96cadd;
}
#footer {
    text-align: center;
    size: 20px;
    color: #6b808b;
    font-family: 'Shadows Into Light';
    padding-left: auto;
    padding-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}