
html{

    height: 100%;
}


#logoWords{

    padding: 8px;
    border: solid white;
    font-size: 35px;
    font-family: 'Allan', cursive;
}

body{

    /* min-height: 100%; */
    /* position: relative; */
    /* min-height: 350px; */
    background-color: rgb(78, 206, 95);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#footer {
    
    padding: 3em;
    background-color: rgb(54, 105, 62);
    margin-top: auto;
}

/* Social Media Icons */

.fa {
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: rgb(255, 255, 255);
}

.fa:hover {
    color: rgb(0, 0, 0);
}

/* Templates Directories */

#templateBtn{
    border-radius: 6px;
    border: 3px solid ;
}

#templateBtn:hover{

    opacity: 60%;
}

/* Others */

p{

    font-size: 25px;
}