@charset "UTF-8";
.img{
display: block;
margin: auto;
}

.wrap{
    position: relative;
    left: 470px;
    bottom:150px;
}

h1{
    font-size: 20px;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #fff;
}

a h1:hover{
    color: antiquewhite;
}

h2{
    font-size: 20px;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #fff;
}

.tax{
    font-size: 12px;
}


/*
DESKTOP SIZE
========================================================= */
@media (max-width: 700px){
 
    .img{
        display: block;
        margin: auto;
        width: 100%;
        }

    .wrap{
        position: relative;
        left: 50px;
        bottom:100px;
        }
    h1{
        font-size: 15px;
    }
  

}
