* {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
body 
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}


  .header
{
   margin-top:0px;
   background-color: #333;
     
}

  .topnav 
{
   overflow: hidden;
   background-color: #333;
}
  
  /* Style the navigation links */
  .topnav a 
{
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
  
  /* Style the content */
  .content
{
background-color: #ddd;
padding: 0px;
margin: 0px;
height: auto;
}

.footer
{
position:inherit;
background-color: #333;
color: whitesmoke;
padding:0px;
margin-bottom:0px;
height: 50px;
clear: both;
}
.copyright2
{
    color:light rgb(216, 160, 169);
}
.contact-form h1,h2{
    font-size: 10px;
}
.form
{
    position: absolute;
    top: 60%;
    left: 50%;
    text-align: center;
}
input
{
    width: 600px;
    background-color:rgb(238, 238, 238);
    margin: 20px o;
    border: none;
    border-bottom: 1px solid rgb(36, 36, 49);
}
::-webkit-input-placeholder
{
    color: rgb(114, 62, 62);
    font-size: 12px;
    letter-spacing: 2px;
}
#eml
{
    margin-top: 20px;
}
#msg 
{
    margin-top: 40px;
}

button
{
    padding: 20PX 32px;
    font-size: 16px;
    background: #98d481;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
    color: #fff;
}

/* picture with button*/
.container {
    position: relative;
    width: 100%;
    max-width: 400px;
  }
  
  .container img {
    width: 100%;
    height: auto;
  }
  
  input.MyButton {
    width: 190px;
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    font-size: 120%;
    background: #3366cc;
    color: #fff;
    border: 1px solid #3366cc;
    border-radius: 10px;
    -moz-box-shadow: 6px 6px 5px #999;
    -webkit-box-shadow: 6px 6px 5px #999;
    box-shadow: 6px 6px 5px #999;
    }
    input.MyButton:hover {
    color: #ffff00;
    background: #000;
    border: 1px solid #fff;
    }
   /* playstation 3 image side by side*/
   .column {
    float: left;
    width: 33.33%;
    padding: 5px;
  }
  
  /* Clear floats after image containers */
  .row::after {
    content: "";
    clear: both;
    display: table;
  }
  .row {
  display: flex;
}

/* playstation 3 image side by side finished*/

/* calender */

.main {
    width:150px;
    border:1px solid purple;
    float: left;
    }
    
    .month {
    background-color:orchid;
    font:bold 12px verdana;
    color:white;
    }
    
    .daysofweek {
    background-color:gray;
    font:bold 12px verdana;
    color:white;
    }
    
    .days {
    font-size: 12px;
    font-family:verdana;
    color:black;
    background-color: lightyellow;
    padding: 2px;
    }
    
    .days #today{
    font-weight: bold;
    color: red;
    }
/* table  next to calender (opening and closing time*/
table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: gray;
  }
  