body{
    background-color: rgb(65, 65, 65);
    color: white;
}
#clock{
    font-size: 20px;
    color: rgb(184, 184, 184);
}
#content{
    width: 70%;
    height: 800px;
}
#navi{
    width: 25%;
    height: 800px;
}
iframe{
    border: 1px solid black;
}