body {
 background: #ffffff;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(6, 72, 163, 1) 100%);
background-repeat: no-repeat;

}

h1 {
  color: red;
  text-align: center;
   font-family: verdana;
}

p {
  font-family: verdana;
  font-size: 20px;
}

.box {
  border: 2px ridge WHITE;
  height: 100px;
  
  width: 199px;
  padding: 0px;
  margin-left: 5px;
  font-family: "MS Gothic", "ＭＳ ゴシック", monospace;
  font-size: 25px;
  border-radius: 15;
  background: #0648A3;
  color: white; }
  
  .box2 {
  border: 2px ridge WHITE;
  height: 1550px;
  
  width: 48px;
  padding: 0px;
  margin-left: 5px;
  font-family: "MS Gothic", "ＭＳ ゴシック", monospace;
  font-size: 25px;
  border-radius: 15;
  background-color: #0648A3;
  color: white; }
  
  .topbar {
  height: 20px;
  width:195px;
background: #ffffff;
background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(6, 72, 163, 1) 100%);
  border: 1px white ridge;
  padding: 0px;
  margin: 0px;
}
