h1{
    font-size: 8vw;
}

h2, h3{
    text-align: center;
}

h2{
    font-family: 'Permanent Marker', cursive;
}

h3{
    font-family: 'Courgette', cursive;
}

h4{
    font-size:18px;
    font-family: 'Saira Condensed', sans-serif;
    text-align: center;
    text-decoration: underline;
}

p{
    font-family: 'Tinos', serif;
    text-align: justify;
}

.footer{
    color:white;
}

.footer-text{
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.font-h3{
    font-family: 'Courgette', cursive;
    font-size: 1.5vw;
}


.fab {
    padding: 20px;
    font-size: 30px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.fab:hover {
    opacity: 0.7;
}

.fa-facebook-f {
    background: #3B5998;
    color: white;
}

.fa-linkedin-in {
    background: #007bb5;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-whatsapp{
    background: #25D366;
    color: white;
}

.sns{
    text-align: center;
}