/*
selector {
  property: value; 
  }
*/

.Cresencia-Garcia{
    top:200px;
    left:150px;
    background-color:#F0D107;
    padding: 20px;
    float:left;
}

.Cresencia-Garcia img{
    float:right;
    height:25%;
    width:15%;
}

.Anna-Robertson{
    top:200px;
    left:150px;
    background-color:#497204;
    padding: 20px;
    margin-top:20px;
    float:left;
    
}
.Anna-Robertson img {
    float:right;
    height:25%;
    width:15%;
    
}

h2 {
    text-align:center;
}


.navbar ul li{
    display:inline-block;
    background:#F0D107;
    margin:10px;
    border-radius:0%;
    padding:5px;
    border:2px solid black;
    list-style-type:none;
}

li a{
    color:black;
    text-decoration:none;
}

.navbar{
    text-align: center;
}


.banner img{
  width:100%;
}