html,body{
    height: 80%;
}

body{

    font-family: 'Cairo', sans-serif;
    background-color: #EAe7dc;
    display: flex;
    flex-direction: column;
}

#topnav {
    /* height: 75px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top:1.5em;
}


/* Style the links inside the navigation bar */
#topnav a {
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    border-radius: 20px;
    height: 45px;
    line-height: 45px; 
    display: block;   
    width: 150px;
}

/* Change the color of links on hover */
#topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
#topnav a.active {
    background-color: #4CAF50;
    color: white;
}
#home{
    background-color: #aa3939;  
}

#messenger{
    background-color: #14a098;
}

#newspaper{
    background-color: #33266e;


}
#telephone{
    background-color: #CB2d6f;

}

#radio{
    background-color: #501f3a;
    color: white;

}

#radio:hover{
    background-color: #44318d;
}

#internet{
    background-color: #14a098;

}

#end{
    background-color: #1fa370;

}

#box{
    top: 500PX;
    width: 100%;
    position: absolute;
    margin-top: -270px;
    
}

#info {
    padding: 40px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    background-color: #EAe7dc;
    border: 5px dashed #E85a4f;
    margin-bottom: 50px;
    border-radius: 10px;
    
}

#title{
    text-align: center;
}

.socialMediaIcons{
    list-style: none;
}

ul li {

    display: inline;
    padding: 15px;

}

#container{
    display: flex;
    flex-direction: row;
    margin: auto;
    width: 80%;
    flex: 1;
}

#container #prev {
    order:0;

}
/* 
#container #prev a{
} */

#container #next{
    order:2;
}

#container #prev, #container #next{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
}

#container #prev a, #container #next a{
    text-decoration: none;
    color: black;
    font-size: 1.5em;

}

#container #content
{
    order: 1;
    margin: 1em;
    
}

#content #description{
    border: 5px dotted #E85a4f;
    padding: 1em;
    background-color: #f2f2f2;
    height: 80%;
    text-align: center;
}
