*

{
    margin: auto;
}



.right{
    width: auto;
    height: auto;
    float: right;
    margin-right: auto;
    margin-top: auto;
}
.left{
    
        width: auto;
        height: auto;
        clear: none;
        margin-left: 50px;
        margin-top: 10%;
    
}
hr{
    width: 93%;
    margin-left: 50px;
    margin-top: 3%;
    background-color: rgb(218, 218, 17);
    height: 3px;
    border: none;
    
}
.center{
    width: 93%;
    height: auto;
    clear: none;
    margin-left: 50px;
    margin-top: 2.5%;
}




h4{
    margin: auto;
    position: absolute;
    top: 5%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-family: avenir next;
    color: black;
    text-align: center;
    display: block;
   /* margin-top: 150px; */
    font-weight: lighter;
}
h2{
    margin: auto;
    position: absolute;
    top: 12%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-family: avenir next;
    color: black;
    text-align: center;
    display: block;
   /* margin-top: 150px; */
    font-weight: demi bold;
}
p{
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-family: avenir next;
    color: white;
    text-align: center;
    display: block;
   /* margin-top:50%; */
    font-weight:  demi bold;
}
button {
    margin: auto;
    position: absolute;
    top: 25%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgb(218, 218, 17);
    text-align: center;
    font-size: 20px;
    font-family: avenir next;
    border-color: rgb(218, 218, 17);
    cursor: pointer;
    text-decoration: none;
    color: black;
    top: 60%;
    font-weight:  demi bold;
}

    @media (max-width: 800px) and (min-width: 300px)
  {
    margin: auto;
   }



.right{
    width: auto;
    height: auto;
    float: right;
    margin-right: auto;
    
}
.left{
    
        width: auto;
        height: auto;
        clear: none;
        margin-left: 50px;
        margin-top: auto;
    
}
hr{
    width: 93%;
    margin-left: 50px;
    margin-top: 3%;
    background-color: rgb(218, 218, 17);
    height: 3px;
    border: none;
    
}
.center{
    width: 93%;
    height: auto;
    clear: none;
    margin-left: 50px;
    margin-top: 2.5%;
}




h4{
    margin: auto;
    position: absolute;
    top: 5%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-family: avenir next;
    color: black;
    text-align: center;
    display: block;
   /* margin-top: 150px; */
    font-weight: lighter;
}
h2{
    margin: auto;
    position: absolute;
    top: 12%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-family: avenir next;
    color: black;
    text-align: center;
    display: block;
   /* margin-top: 150px; */
    font-weight: demi bold;
}
p{
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-family: avenir next;
    color: white;
    text-align: center;
    display: block;
   /* margin-top:50%; */
    font-weight:  demi bold;
}
button {
    margin: auto;
    position: absolute;
    top: 25%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgb(218, 218, 17);
    text-align: center;
    font-size: 20px;
    font-family: avenir next;
    border-color: rgb(218, 218, 17);
    cursor: pointer;
    text-decoration: none;
    color: black;
    top: 60%;
    font-weight:  demi bold;
}