html {
    height: 100%;
}

body {
    background: #282a36;
    color: #f8f8f2;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    font-size: 14pt;
}

header {
    background: #1e1f29;
    width: 100%;
    height: 75px;
    line-height: 69px;
    font-size: 22pt;
}

h1#header-title {
    font-size: 24pt;
    margin-left: 20px;
    margin-top: 0;
    padding: 0;
}

div#main-view {
    margin-left: 10%;
    margin-right: 10%;
    display: grid;
    column-gap: 10%;
    grid-auto-flow: column;
    grid-template-columns: 50% 50%;
}

div#image {
    overflow: auto;
}

img {
    float: right;
}

div#button {
    display: flex;
    flex-direction: column;
}

button {
    font-size: 18pt;
    border: solid 4px #1e1f29;
    background-color: #44475a;
    color: #f8f8f2;
    border-radius: 10px;
    margin-top: 5px;
}

p {
    text-indent: 40pt;
    text-align: justify;
}

footer {
    background-color: #1e1f29;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 25px;
    height: 60px;
    font-size: 10pt;
}

a.bottom-link {
    color: #bd93f9;
    margin-left: 12px;
}

input#number-input {
    background-color: #1e1f29;
    color: #f8f8f2;
    font-family: monospace;
    font-size: 30pt;
    max-width: 100px;
}

select {
    background-color: #1e1f29;
    color: #f8f8f2;
    font-family: monospace;
    max-width: 150px;
    min-width: 150px;
}

div#spacer {
    min-height: 100px;
}
