*{
    box-sizing: border-box;
}
body{
    margin: 0%;
    background-color: lightpink;
}
.container{
    max-width: 960px;
    margin: 0 auto;
}
.article p, article h3{
    text-align: justify;
    padding: 10px;
}
.article img{
    width: 50px;
    position: absolute;
    top: -12px;
    right: -10px;
    opacity: 0,7;
}
article{
    position: relative;
}
.aarticle{
    display: flex;
}
header{
    overflow: hidden;
    background-color: lightcoral;
    display: flex;
    color: white;
}
header h1{
    text-align: center;
    color: white;
}
header img{
    width: 75px;
}
.navbar a{
    float: right;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.navbar{
    margin-left: 270px;
}
.navbar a:hover{
    background-color: lightpink;
    color: black;
}
footer {
    position: fixed;
    bottom: 0;
    overflow: hidden;
    background-color:;
    display: flex;
    color: white;
}
#right {
    margin-left: 10px;
}

#left {
    margin-left: 705px;
}