body {
    background-color: #1e394d;
    color: white;
    font-family: "Exo", sans-serif;
    font-size: 400%;
    }
a:link, a:visited, a:hover, a:active {color: white;}
.center	{text-align: center;}
.right	{
    font-size: 50%;
    line-height: 0px;
    text-align: right;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 10px;
    }
.midbox {
    background-color: #4c6a7f;
    font-size: 70%;
    padding: 1%;
    padding-left: 2%;
    text-align: left;
    margin-right: 20%;
    margin-left: 20%;
    border-color: #d5e6f2;
    border-style: solid;
    border-width: 15px;
    border-radius: 20px;
}
.heading {
    margin-bottom: 0%;
    margin-top: 0%;
    font-weight: normal;
}
.date {
    font-size: 50%;
    line-height: 0px;
    margin-bottom: 1%;
    text-align: left;
    margin-left: 20%;
}
.blog {font-size: 40%;}
.blogsub {
    text-align: center;
    font-size: 120%;
    font-weight: normal;
    margin-bottom: 1%;
}
.blogline {
    height: 0px;
    padding: 0%;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 30px;
    border-style: solid;
    border-color: white;
    border-radius: 2px;
    border-width: 2px;
}
.container {
    display: grid;
    background-color: #4c6a7f;
    grid-template-columns: 300px auto;
    text-align: left;
    font-size: 70%;
    gap: 20px;
    border-style: solid;
    border-color: #d5e6f2;
    border-width: 15px;
    border-right: 0px;
    border-left: 0px;
}
.container img {width: 100%;}
.inside {font-size: 50%;}
.listgrid {
    display: grid;
    grid-template-columns: 200px auto;
}
.calc {
    margin:0px;
    line-height: 100%;
}
input {
    height: 30px;
    color:white;
    font-family:monospace;
    text-align: center;
    font-size: 25px;
    background-color: #1e394d;
    border-color: transparent;
    border-radius: 10px;
}