body{
  background-image: url(Imagesngifs/Dots.gif);
  padding:0;
  }
h1{
  text-align: center;}
@font-face{
  font-family: "Mario font";
  src: url("FONTS/SuperMario256.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  }
.Mariofont{
  font-family: "Mario font", sans-serif;
  font-size: 50px;
  color:white;
  margin: 0;
  }
.buttbooty{
  margin-right: 20px;
  display: flex;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  }
.header{
  background-color: #1ec9ef;
  width: 60%;
  margin: 30px auto 0 auto;
  padding: 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  }
* {
 box-sizing: border-box;
  }
  @media (max-width: 600px) {body {font-size: 14px;}
}
