
body {
    background-color: rgb(147, 203, 255);
    margin: 0;
}

hr {
    background-color: white;
    border-radius: 50%;
    height: 5px;
}

#menu-container {
    background-color: rgb(109, 91, 211);
    border: 5px solid white;
    height: 600px;
    margin: 50px 0 0 100px;
    width: 300px;
}

#content-container {
    background-color: rgb(109, 91, 211);
    border: 10px solid white;
    bottom: 62px;
    height: 530px;
    left: 500px;
    padding: 30px;
    position: absolute;
    width: 800px;
}

#content {
    color: white;
    margin: 0;
}

.menu-item {
    border: 5px solid white;
    border-right: 6px solid white;
    height: 140px;
    margin: 0;
    text-align: center;
    width: 290px;
}

.selected-menu-item {
    background-color: rgb(19, 93, 255);
    border: 5px solid white;
    border-right: 6px solid white;
    height: 140px;
    margin: 0;
    text-align: center;
    width: 290px;
}

.menu-item-title {
    color: white;
    margin-top: 45px;
}
