body {
    font-size: 14px;
    font-family: Ms Ui Gothic;
    letter-spacing: 1px;
    color: navy;
    background-image: url(img/bg.png);
    background-color: #f4ffb9;
}

#mastercontainer {
    height: 1200px;
    width: 1016px;
    margin: auto;
}
#container {
    position: relative;
    background-color: rgba(255, 255, 223, 0.4);
    backdrop-filter: blur(5px);
    height: 800px;
    width: 1000px;
    margin: auto;
    border: #ffffff 7px solid;
}
#webpagetitle {
    padding:5px;
    margin-bottom: 1px;
    white-space: nowrap;
    overflow: hidden;
}

#bottomdivider {
    white-space: nowrap;
    overflow: hidden;
    width: 1000px;
    position: absolute;
    bottom: 0;
}

.imgborder {
    border: 2px dotted #ffc86e;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#rightcontainer {
    height: 400px;
    width: 300px;
}

.sidebox {
    width: auto;
    height: auto;
    padding: 15px;
    margin: 10px;
    background-color: #fff9db;
    border: solid 1px #e3b382;
    border-bottom: solid 3px #e3b382;
    align-content: center;
}

#box {
    display: flex;
    position: relative;
    width: auto;
    height: auto;
    margin-bottom: 15px;
}
#textbox {
    background-color: #fff9db;
    border: solid 1px #e3b382;
    border-bottom: solid 3px #e3b382;
    width: auto;
    height: auto;
    padding: 10px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}
#blinkiesbox {
    background-color: #fff9db;
    border: solid 1px #e3b382;
    border-bottom: solid 3px #e3b382;
    height: auto;
    width: 180px;
    padding: 15px;
    margin: 15px;
}
#buttonsbox {
    padding: 15px;
    margin-bottom: 15px;
}

.button {
    color: #ffffff;
    background-color: #48bfff;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 10px;
    border: #ffe2a1 1px solid;
    border-bottom: #ffe2a1 5px inset;
    font-size: 16px;
    margin: 4px;
    cursor: pointer;
    transition-duration: 0.4s;
}
.button:hover {
    background-color: #ff74e9;
    color: #ffffff;
    border: #ffe2a1 1px solid;
    border-bottom: #ffe2a1 5px inset;
}

.alignright {
    display: block;
    text-align: right;
}

h1 {
    color: #ffc;
    background-color: #009;
    text-align: center;
}

h2 {
    color: white;
    background-color: #4babff;
    font-size: 1.2em;
    border: #a1f0ff 1px solid;
    border-bottom: #a1f0ff 5px inset;
    border-radius: 10px;
    margin: 7px;
    padding: 7px;
    text-align: center;
}
h3 {
    color: white;
    background-color: #4babff;
    border-radius: 1px;
    margin: 7px;
    padding: 7px;
    text-align: center;
}

a {
    text-decoration: none;
    color: hotpink;
    font-weight: bold;
}

