@import url('https://fonts.googleapis.com/css?family=Permanent+Marker|Playfair+Display:900|Open+Sans');

body {
    background: Pink;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    color: Black;
    display: grid;
    margin:25px;
    align-items: center;
    width: 100%;
    margin: auto;
}

.flyer {
    float: left;
    width: 50%;
    height: auto;
}

div.polaroid {
  width: 18%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  margin-right: 1%;
  margin-left: 1%;
  box-sizing: border-box;
  float: left;
}

div.polaroid:last-child {
     margin-right: 0;
}

img {
   width: 100%;
   height: 100%;
}

div.container {
  text-align: center;
  padding: 10px 20px;
}

div.polaroid2 {
  width: 48%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  margin-right: 1%;
  margin-left: 1%;
  box-sizing: border-box;
  float: left;
}

a:link {
    color: PaleVioletRed;
}

a:visited {
    color: PaleVioletRed;
}

a:hover {
    color: PaleVioletRed;
}

a:active {
    color: PaleVioletRed;
}
