@font-face {
    font-family: "comic sans";
    src: url(comicneuesansid/ComicNeueSansID.ttf);
@icon
}
body {
  background: rgba(252, 187, 171); 
  display: flex;
 justify-content: center; 
  align-items: center;
  height: 100px;
  width: 100%;
  font-family: "comic sans";
  text-align: center;
}
.container {
border: 5px solid brown;
background-color: rgba(255, 255, 255, .5);
margin-top: 40%;
height: 100px;
padding: 25px;
margin-right: 650px;
}
.button {
border: 5px solid brown;
border-radius: 2px;
background-color: rgba(255, 255, 255, .5);
}
.button:onhover {
  font-size: 110%;
}