@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body {
    font-family: 'Press Start 2P', Arial, Helvetica, sans-serif;
margin:0px;
background-image: url("img/bg/desserts_rpt.gif");
background-repeat: repeat;
}

.wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;


}

.container {
  width: 80%;
  margin: auto;
}

.topnav {
    background-color: #ed84b5;
    overflow:hidden;
}
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: #ffbfbf;
    color: black;
  }
  
  .topnav a.active {
    background-color: #e3388d;
    color: white;
  }
  
  .topnav .icon {
    display: none;
  }

  .bottomnav {
    background-color: #ed84b5;
    overflow:hidden;
position: absolute;
bottom: 0;
z-index: 2000;
width: 100%;

  }
  .bottomnav p {
    float: auto;
    text-align: center;
    color:white;


  }
    
#header {
    text-align: center;

}
#header h1 {
  text-shadow:0px 4px 0px #8b355d !important;
  color: #ed84b5;
}

#header span {
    position: relative;
    text-align: center;
    animation: bounce 1s infinite;
    color: rgb(122, 179, 244);
    overflow:visible;
    text-shadow: 0px -2px #2981c2;
}

#welcomebox {
    min-width: 400px;
    width: 50%;
padding: 16px 20.8px;
margin-top:20px;
margin-bottom: 20px;
font-size: 18px;
line-height: 20px;
color: #fff;
background-color: #ed84b5;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
white-space: break-spaces;
text-align: center;
margin: 0 auto;
margin-top:20px;
box-shadow: 0 0 0 4px #ed84b5;

}

#buttons {

}

#buttons ul {
  display: table;
    margin: auto;
    padding: 0px;

}

#buttons li {
float: left;
    margin: 20px;
    padding: 5px 20px 5px 20px;
    background-color: #ed84b5;
    text-decoration: none;
    list-style-type: disclosure-closed;
    box-shadow: 0 0 0 4px #ed84b5;
    color: white;
    text-align: center;
}
#buttons li:hover {
  background-color: #8b355d;
}

@keyframes bounce {
  0%   {top: 0px;}
  20%  {top: -4px;}
  40%  {top: -8px;}
  60%  {top: -7px;}
  80%  {top:-4px;}
  100% {top: 0px;}
  }

/* Media Queries */
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
    .container {
      width: 100%;
    }
    #header h1 {
      font-size: 20px;
    }
    #buttons li {
      float: none;
      margin-top: 20px;
      margin-bottom: 20px;
    }
    #buttons ul {
      display: block;
    }
  }
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }
  .topnav .icon {
    display: none;
  }

   .heinz img {
    width: 100px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    animation: heinzbounce 1s infinite;
    animation-delay: 5s;
    }

    @keyframes heinzbounce { 
      0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
      40% {transform: translateY(-30px);} 
      60% {transform: translateY(-15px);} 
   }
