



.container{
    overflow: scroll;
    background-image: url(../img/Background.png);
   background-repeat: no-repeat;
   width: auto;
   height: 1020px;
    
    text-align: center;
    text-transform: capitalize;
    font-size: 50px;
    color: #25FF03;

    
   
}
#head{
    margin: 0;
    padding: 0;
   
}
#navbar, #head{
    position: sticky;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
     background-color: darkblue;
     width: auto;
     height: 100px;
     background-image: url(../img/01.png);

}
/* Style the links inside the navigation bar */
#navbar a{
color: yellow;
    padding: 14px 16px;
    border-radius: 10px;
    text-shadow:  1px 2px 2px ;
    text-decoration: underline;
    font-size: 24px;
}

/* Add a background color to the  navigation */
#navbar a:hover{
        color: #25FF03;
}


.date{
    text-align: center;
}
.containerfoot{
    
    width: auto;
    height: 10px;
}
#box1{
    background-color: transparent;
    height: 400px;
    width: 400px;
    font-size: 10px;
    margin-left: 35%;
}
#box2{
    background-color: transparent;
    height: 250px;
    width: 400px;
    font-size: 15px;
    margin-left: 30%;

   
}
#box3{
    background-color: white;
    height: 400px;
    width: 600px;
    font-size: 15px;
    margin-left: 35%;
    font-size: 10px;

   
}
table{
    width: 100%;
    height: 100%;
    background-color: white;
    border: inline solid 3px black;
    padding: 10px;
    margin: 1px;
    cellpadding: 1px;

}
th{
    border:solid 1px black;

}
#box4{
background-color: white;
border: inline  solid 10px white;
align-self: center;
height: 250px;
    width: 400px;
    font-size: 15px;
    margin-left: 35%;
    font-size: 10px;


}

form {
  /* Just to center the form on the page */
  margin: 0 auto;
  width: 400px;
  /* To see the outline of the form */
  padding: 1em;
  border: 1px solid #CCC;
  border-radius: 1em;
  background-color: white;
}

form div + div {
  margin-top: 1em;
}

label {
  /* To make sure that all labels have the same size and are properly aligned */
  display: inline-block;
  width: 90px;
  text-align: right;
}

input, textarea {
  /* To make sure that all text fields have the same font settings
     By default, textareas have a monospace font */
  font: 1em sans-serif;

  /* To give the same size to all text fields */
  width: 300px;
  box-sizing: border-box;

  /* To harmonize the look & feel of text field border */
  border: 1px solid #999;
}

input:focus, textarea:focus {
  /* To give a little highlight on active elements */
  border-color: #000;
}

textarea {
  /* To properly align multiline text fields with their labels */
  vertical-align: top;

  /* To give enough room to type some text */
  height: 5em;
}

.button {
  /* To position the buttons to the same position of the text fields */
  padding-left: 90px; /* same size as the label elements */
}

button {
  /* This extra margin represent roughly the same space as the space
     between the labels and their text fields */
  margin-left: .5em;
}
#mario{
    height: 50px;
    width: 50px;

}
#mario2{
    height: 150px;
    width: 150px;
    float: right;
    margin-top: -10%;

}
#coin{
    height: 150px;
    width: 150px;
    
    margin-top: -20%;

}
#mario3{
    height: 150px;
    width: 150px;
    float: right;
    margin-top: -10%;

}
#coin2{
    height: 150px;
    width: 150px;
    
    margin-top: -20%;

}
#peach{
    height: 150px;
    width: 150px;
    margin-left: 45%;
    margin-top: 0%;

}
#badguy{
    height: 150px;
    width: 600px;
    margin-left: 0%;
    margin-top: -16%;
}
#fireball{
    height: 150px;
    width: 150px;
   margin-left: 10%;
   margin-top: 10%;

}
#coin3{
    height: 600px;
    
    float: right;
    margin-top: -10%;
    


}
