.WebContainer{
    width: 100%;
    height: auto;
}
.articles{
    width:90%; 
    height: auto;
    margin: auto;
}
body{
    margin: 0;
    background-image: url(backdrop.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
header{
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 4px;
}
.navbar{
    background-color: rgb(36, 36, 36);
    height: 50px;
    width: 100%;
}
.navbar ul{
    list-style-type: none;
    background-color: rgba(128, 128, 128, 0.25);
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.navbar a{
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
}
.navbar a:hover{
    background-color: rgb(31, 31, 31);
}
.navbar li{
    float:left;
}
.container{
    display: flex;
}
#intro{
    margin: auto;
    width: 301px;
    font-size: 1em;  
    text-align: center;
    border-radius: 15px;
    background-color: rgb(218, 218, 218);
    color: rgb(42, 166, 248);
    border: 1px solid black;
}
#box4{
    margin: 0px;
    width: 100%;
    float: left;
    background-color:  rgb(94, 139, 207);
    border: 1px solid;
}
#box4 img{
    margin: 0px;
    height: 400px;
    float: left;
    
}
#box4 ul{
    margin: 0px;
    float: left;
    font-size: 20px;
}
#p1{
    color: rgb(0, 22, 122);
    font-weight: bold;
    font-size: 35px;
    float: left;
}
#p2{
    margin: 0;
    color: white;
}
footer{
    display:block;
    clear: both;
    background-color: lightgrey;
    text-align: center;
    padding: 25px;
    transform: translateY(100vh);
}
@media screen and (max-width:600px){
    aside, section, article{
        width: 100%;
        margin: auto;
    }
}
#logo{
    transform: scale(0.7, 0.7);
}
#copyright{
    text-align: right;
}