 h2 {
  /*font-family: 'Roboto', sans-serif;*/
  font-family: PreloSlabMedium,Verdana,sans-serif;
    color: #009FDF;
        line-height: 1.1;
        font-weight: 300;
   /*     text-shadow: 0px 2px 10px #bfbbbb;*/

}

input[type=button], input[type=submit], input[type=reset] {
  background-color: #009FDF;
  border: none;
  color: white;
  padding: 5px 20px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

a:link, a:visited {
  background-color: #009FDF;
  color: white;
  padding: 2px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover, a:active {
  background-color: #009FDF;
}

#one, #two{
  width: 750px;
  height: 422px;
  margin-right: 30px;
  float: left;
}
.one {
  float: left;
  margin-right: 30px;
}

body {
  /* background-image: url('bg3.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; */
  /*background-image:linear-gradient(135deg, olive 20%, seashell 70%);*/
background-color: white;
  margin-left: 5%;
  margin-top: 5%;
}

img2 {
  -webkit-filter: drop-shadow(3px 3px 3px #000000);
  filter: drop-shadow(3px 3px 3px #000000);
}

#master {
    background-color: white;
    padding: 0px;
    width: 550px;
    /* align-content: center; */
}