head{
    
}
body{
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(255, 255, 255);
}

#container{
}
#sidebar{
    float: left;
    margin-top:0%;
    margin-left: 0%;
    width: 12%;
    height: 100%;
    border-radius: 5px;
    padding: 5px;
    
}
#content{
    position: relative;
    top: 8.9%;
    float: center;
    margin-left:20%;
    width: 50%;
    height: auto;
    
    background-color: rgb(252, 120, 68);
    border-radius: 5px;
    padding: 5px;
    
}
img{
    border-radius: 25px;
    width: 100%;
    height: auto;
}
iframe{
    border-radius: 25px;
}
hr{
    margin-right:25px;
}
b{
    text-align: center;
    margin: auto;
    width: 50%;
}
h4{
    background-color: rgb(252, 120, 68);
    width: 100%;

    border-radius: 5px;
    padding: 5px;
}