html {
    color: white;
    font-family: 'Default';
    background-image: url(/images/bed_bg.png);
    background-size: 100%;
    line-height: 22px;
    font-size: 20px;
}
div {
    box-sizing: border-box;
}
body {
    padding-top: 130px;
}
.container {
    width: 1100px;
    height: 684px;
    display: flex;
    margin: auto;
}
.right, .left {
    background-color: rgba(0, 0, 0, 0.556);
}
.left {
    border: 1px solid white;
    border-right: none;
}
iframe {
    overflow: hidden;
    margin: none;
    height: 681px;
}
.right {
    border: 1px solid white;
    padding: 10px;
}
.navbar {
    margin-bottom: 21px;
}
.navbar a {
    -webkit-transition: 0.25s;
    padding: 5px;
    border: 1px solid white;
    font-size: 32px;
    text-align: center;
    display: block;
    color: white;
    text-decoration: none;
}
.navbar a:hover {
    -webkit-transition: 0.25s;
    color: var(--red);
    letter-spacing: 4px;
}
fieldset {
    margin: 0px;
    border: 1px solid white;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 0px;
}
.profile, .navbar {
    width: 260px;
}
.health {
    height: 13px;
    width: 52px;
    background-color: var(--red);
}
