.navbar {
  font-size: 12px;
  background-color:white;
  color: #1b1b32;
  color: gray;
  border-radius: 20px; 
}

.navback{
  text-align: right;
  border: 5 px;
  border-style:solid;
  border-color: black;
  position: fixed;
  top:0px;  
  left:0px;
  background-color:white;
  width: 100%;
  padding: 10px;
}
img{
  width:20px;
  height:20px;
}
a{
  text-decoration: none;
  color: #1b1b32
}
.navbar:hover{
  outline: 5px solid rgba(0,0,0,0.1);
  background-color: rgba(0,0,0,0.1);
  }
body {
  background-color: #1b1b32;
  color: #f5f6f7;
  font-family: roboto-mono, monospace;
}
.box {
  background-color: #f8f0e3;
  width: 50px;
  height: 300px;
}

p {
  font-size: 50px;
  text-align: center;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.huge {
  font-size: 300px;
  background-color: #1b1b32;
  color: #f5f6f7;
  text-align: center;
  width: 600px;
  height: 400px;
}
.gym {
  font-size: 20px;
  display: inline-block;
  margin-right: 50px;
  background-color: #1b1b32;
  color: #f5f6f7;
  text-align: center;
  width: 70px;
  height: 50px;
}
.yes {
  display: inline-block;
  margin-right: 50px;
  background-color: #1b1b32;
  color: #f5f6f7;
  text-align: center;
}

h2{
  padding-top: 50px;
}

