body {
    font-family: 'Comic Sans MS', cursive;
}

header {
    display: flex; 
    justify-content: space-between;
    font-size: 22px;
    padding: 1% 5% 1% 10%;      
}

.navigator {
    margin: 0% 0% 0% 0%;
}

#general_info {
    display: flex; 
    justify-content: space-between;
    background-color: rgb(255, 255, 200);
    font-size: 40px;
    padding: 5% 0% 5% 0%;
}

#main_img {
    margin: 0% 5% 0% 5%;
    border-radius: 40%;
}

#blog {
    display: flex; 
    justify-content: space-between;
    background-color: rgb(254, 205, 113);
    font-size: 22px;
    padding: 5% 0% 5% 0%;
}

.authors {
    width: 20%;
    border-radius: 80%;
}

#Authors {
    display: flex; 
    justify-content: space-between;
    background-color: pink;
    padding: 5% 5% 5% 5%;
}

#footer {
    display: flex; 
    justify-content: space-between;
    font-size: 40px;
    padding: 0% 5% 0% 5%;
}
