html {
    background-image: url("/image/florest1a.jpeg");
    background-color: #036ffc;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 30%;
    padding-buttom: auto;
   

}

body {


    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
    font-family: arial;
    font-size: 1.1rem;
    padding-top: 1rem;
    color: white;
    background-color: rgba(19, 19, 19, 0.65);
    border-radius: 0.5rem;

}

.p1
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 2rem;
    width: 90%;
    text-align: left;
    letter-spacing: 2px;
    font-family: tohama;
    font-size: 15px;
    color: white;
    border-radius: 0.5rem;
}



.logo {

    width: 6rem;
    height: 6rem;
    margin-top: -40%;
}

/* From cssbuttons.io */
.myButton {
  text-align: center;
 
 margin-bottom: 1rem;
 padding: 1.3em;
 font-size: 12px;
 text-transform: uppercase;
 letter-spacing: 2.5px;
 font-weight: 500;
 color: #fff;
 background-color: #18ba54;
 border: none;
 border-radius: 0.5rem;
 box-shadow: 0px 5px 10px rgba(46, 229, 157, 0.4);
 transition: all 0.3s ease 0s;
 cursor: pointer;
 outline: none;
}

.myButton:hover {
 background-color: #2EE59D;
 box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
 color: #fff;
 transform: translateY(-7px);
}

button:active {
 transform: translateY(-1px);
}

.foot
{
  position:fixed;
  font-size:0.5rem;
  bottom:0;
  right:0;
  left:0;
  
}
