*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  text-decoration: none;
  color: #0000FF;
}

html, body{
  width: 100vw;
  height: 100vh;
}

div.h{
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    height: 100 px;
    text-align: center;
}

img.h{
    height: 150px;
}

div.body1{
    vertical-align: top;
    display: inline-block;   
    width: 49%;
}
div.body1h1{
    width: 99%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 1px 1px #A9A9A9;
}
div.body1t1{
width: 98%;
}