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