body {
    background-color: black;
    text-align: center;
}

.template {
    box-shadow: 0px 0px 30px white;
    font-family: 'Carter One', cursive;
    background-color: white;    
    text-align: center;
    margin: auto;
    width: 40vw;
}

.template .front-img {
    transform: scaley(-1);
    width: 40vw;
}

.header h1 {
    text-transform: uppercase;
    letter-spacing: 0.3vw;
    margin: 2em;
    align-items: center;
    font-size: 1.1vw;
    color: brown;
}

.header .fa-face-smile {
    border: 0.1vw solid brown;
    letter-spacing: 0.1vw;
    border-radius: 5em;
    color: orange;
    padding: 0.4vw;
    padding-left: 0.4vw;
    font-size: 1.5vw;
    margin-right: 0.6vw;
    margin-bottom: 4em;
}

.header h2 {
    text-transform: uppercase;
    font-size: 1.9vw;
    color: brown;
    margin: -1rem;
}

.header h3 {
    text-transform: uppercase;
    font-size: 2.7vw;
    color: brown;
    margin: 1rem;
}

.header h3 {
    text-transform: uppercase;
    font-size: 4vw;
    color: brown;
    margin: 1rem;
}

.header h4 {
    text-transform: uppercase;
    font-size: 1.9vw;
    color: brown;
    margin: 1rem;
}

.header h5 {
    text-transform: uppercase;
    letter-spacing: -0.1vw;
    margin: -1rem;
    font-size: 4vw;
    color: brown;
}

.header h5 span {
    color: gold;
}

.header h6 {
    display: flex;
    align-items: center;
}

.header hr {
    height: 0.01em;
    color: gold;
    width: 11vw;
}

.header h6 {
    margin-bottom: 6vw;
    margin-top: 6vw;
    font-size: 1.7vw;
    color: gold;
}

.header h6 .fa-leaf {
    color: olive;
    margin-right: -3vw;
    margin-left: -3vw;
}

.offer h1 {
    font-size: 1.5vw;
    color: brown;
}

.offer p {
    font-weight: 100;
    font-size: 0.9vw;
    width: 30vw;
    margin: auto;
}

.offer button {
    background-color: black;
    border: 3px solid black;
    text-transform: uppercase;
    transition: 0.5s ease-in-out;
    letter-spacing: 0.1vw;
    cursor: pointer;
    font-size: 0.9vw;
    margin: 3em;
    margin-bottom: 6vw;
    width: 15vw;
    padding: 1em;
    color: white;
}

.offer button:hover {
   background-color: grey;
   border: 3px solid grey;
   letter-spacing: 0.2vw;
}


.footer p {
    font-weight: 100;
    font-size: 0.8vw;
    width: 30vw;
    margin: auto;
    color: grey;
    padding: 0.5em;
}

.footer p span {
    text-decoration: underline black;
    transition: 0.3s ease-in-out;
    letter-spacing: 0.1vw;
    font-weight: 100;
    font-size: 0.8vw;
    cursor: pointer;
    color: black;
}

.footer p span:hover {
    text-decoration: underline brown;
    color: brown;
}


.footer hr {
    width: 18vw;
    margin: auto;
    margin-top: 2em;
    margin-bottom: 2em;
}

.icons .fa-facebook {
    transition: 0.5s ease-in-out;
    color: blue;
    cursor: pointer;
    margin: 0.6em;
    font-size: 2vw;
}

.icons .fa-facebook:hover {
    border-bottom: 0.2vw solid brown;
    padding-bottom: 0.3vw;
    font-size: 2.1vw;
    color: brown;
}

.icons .fa-twitter {
    transition: 0.5s ease-in-out;
    color: skyblue;
    cursor: pointer;
    margin: 0.6em;
    font-size: 2vw;
}

.icons .fa-twitter:hover {
    border-bottom: 0.2vw solid brown;
    padding-bottom: 0.3vw;
    font-size: 2.1vw;
    color: brown;
}

.icons .fa-youtube {
    transition: 0.5s ease-in-out;
    color: red;
    cursor: pointer;
    margin: 0.6em;
    font-size: 2vw;
}

.icons .fa-youtube:hover {
    border-bottom: 0.2vw solid brown;
    padding-bottom: 0.3vw;
    font-size: 2.1vw;
    color: brown;
}

.icons .fa-instagram {
    transition: 0.5s ease-in-out;
    color: purple;
    cursor: pointer;
    margin: 0.6em;
    font-size: 2vw;
}

.icons .fa-instagram:hover {
    border-bottom: 0.2vw solid brown;
    padding-bottom: 0.3vw;
    font-size: 2.1vw;
    color: brown;
}

.icons p {
    transition: 0.5s ease-in-out;
    padding: 2vw;
    font-weight: 100;
    font-size: 0.7vw;
    color: gray;
}

.icons p span {
    text-decoration: underline white;
    text-decoration: none;
    padding-left: 0.3vw;
    cursor: pointer;
    transition: 0.4s ease-in-out;
    color: black;
}

.icons p span:hover {
    text-decoration: underline brown;
    color: brown;
}


.bottom-image {
    margin-bottom: -0.3em;
    width: 40vw;
}



