/*The code will control the wallpaper and fonts*/
body {
  background-color: #80a9ab;
  font-family: Verdana, Geneva, Tahoma, sans-serif
}
/*The code will control the border around h1 and the font color*/
h1 {
  color: #fafafa;
  border: 5px solid crimson;
  border-radius: 15px;
  text-align: center;
}
/*The code will control the font color*/
p {
  color: #d6cd23;
}
/*The code will control the button color and border */
button {
border-radius: 7px;
border: 6px solid aqua;
}
/*i got lazy writing my comments*/
#boxP1 {
  border: 4px solid peru;
  border-radius: 15px;
}

h3  {
  text-align: center;
}

#usernameH4 {
text-align: center;

font-size: 1.1em
}
.hidebutton {
  text-decoration: none;
  color: #d6cd23;
}
.import {
  color: white;
  border: 4px solid peru;
  border-radius: 15px;
}
.options {
 display: flex;
  align-items: center;
  justify-content: space-betweeen;
  border: 4px solid peru;
}
