
body {
    margin: 0 0 0 0;
    position: relative;
    }
    
  #adfit1 {
    width: 300px;
    height: 250px;
    margin: 0 auto;
    border: 1px solid #ff152a;
    display: block;
}

#adDiv{
margin: -3% auto -3% auto;
    width: 80%;
}
#ad {
             border: 1px solid #ff2a15;
             margin: 0 auto;
             width: 200px;
             height: 200px;
                      }
#title {
    width: 100%;
    text-align: center;
    background: #95ffb7;
    border: 1px solid #ff2b35;
}

#titleDiv {
    text-align: center;
    width: 100%;
}
#titleImg {
    width: 300px;
    width: 100%;
    }
    
#description {
    width: 100%;
    box-sizing: border-box;
    text-align: both;
    background: #ffaaca;
    padding: 30px;
}

.item {
    width: 100%;
    position: relative;
    height: 180px;
}

p {
    box-sizing: border-box;
    text-align: both;
    padding: 5px 10px;
    margin-left: 100px;
    }

.thumbnail {
    width: 100px;
    position: absolute;
    }
    
img {
    width: 100px;
}
    
:root {
  --button-color: #000000;
  --button-bg-color: #9FF4D5;
  --button-active-bg-color: #00A887;
}
           
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  background: var(--button-bg-color);
  color: var(--button-color);
    
  padding: 0.5rem 1rem;
  width: 100%;
   
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  
  border: none;
  border-radius: 18px;
  }
  
button:active { 
background: var(--button-active-bg-color); outline: 0;
}

footer {
height: 80px;
padding:20px;
  margin-top:0px;
  color:#ffffff;
  background-color:#e8491d;
  text-align: center;
}

#footertext {
    font-size: 16px;
    margin-left: 0px;
}

#email {
    font-size: 8px;
    margin-left: 0px;
}

