body {
  margin: 0;
  background-attachment: fixed;
  overflow: auto;
}

.menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1px 0;
  background-color: #05420ed3;

}

.t1 {
    margin: 10px 0px 0px 5%;
    font-style: italic;
    color: rgb(255, 255, 255)
 }

.t2 {
    margin: 0px 0px 0px 5%;
    font-style: normal;
    color: rgb(255, 255, 255);
}

.t3 {
    margin: 150px 0px 0px 5%;
    font-style: arial;
    color: black;
    font-family: 'YS Text',Arial,Helvetica,'Arial Unicode MS',sans-serif;
}

.t4 {
  margin: 0px 0px 0px 5%;
  font-style: arial;
  color: black;
  font-family: 'YS Text',Arial,Helvetica,'Arial Unicode MS',sans-serif;
}

.f1  {
    margin: 0px 0px 0px 5%;
    width: 424px;
    height: 236px;
    padding: 0px;
    box-sizing: border-box;
    background: white;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    border:1px solid black;
  }

  .f2  {
    margin: 0px 0px 0px 5%;
    width: 424px;
    height: 236px;
    padding: 0px;
    box-sizing: border-box;
    background: white;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    border:1px solid black;
  }

