
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin: 0;
  color: #444;
}

h1 {
  font-family: "Merriweather", serif;
  font-size: 32px;
}

.center{
  text-align: center;
  max-width: 100%;
  background-color: rgb(255, 255, 230);
  padding: 30px;
}

#red{
  display: inline-block;
  position: relative;
  background-color: rgb(123,51,55);
  width: 360px;
  height: 330px;
}

#yellow{
  display: inline-block;
  position: relative;
  background-color: rgb(235,209,72);
  width: 240px;
  height: 330px;
  margin-left: 120px;
}
  
#blue{
    display: inline-block;
    position: relative;
    background-color: rgb(67,97,135);
    width: 120px;
    height: 330px;
    margin-left: 120px;
  
}