.topnav {
  background-color: #9CAFFF;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a{
  color: #f2f2f2;
  text-align: center;
  padding: 20px 20px;
  text-decoration: none;
  font-size: 20px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #FFCCDB;
  color: white;
}

/* Add a color to the active/current link */
.topnav .active {
  background-color: #FFCCDB;
  color: white;
}

 .box {
   position: relative;
   background-color: white;
   border-radius: 1.5em;
   margin-left:1em;
   margin-right: 1em;
   margin-top: 1em;
   width: 28em;
  border: .1em solid #E9CCFF;
  padding: 1.25em;
   display: inline-block;
   vertical-align: top;
 }
.child {
  position: relative;
  background-color: white;
  border-radius: 1.5em;
  width: 56.25em;
  border: .1em solid #E9CCFF;
  padding: 1.88em;
   margin-left: auto;
   margin-right: auto;
   margin-top: 1em;
    display: inline-block;
   vertical-align: top;
 }
 
 button{
   vertical-align:top;
   background-color: transparent;
   color: transparent;
   padding: 10px;
   border: none;
 }
 a{
   color: #d42a41;
 }
body {
  background-image: url("Fummybg.png");
  font-family: "courier new", courier, monospace ;
}
a { text-decoration: none; border-bottom:1px solid Cornflowerblue; }