
body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    background-color: #434343;
    color: #ffffff;
}

body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar {
    width: 12px;
    background-color: rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #f8f020;
}


.footer-copyright{
    font-size: 1rem;
}

a{
    color: #ffffff;
    text-decoration: none;
}

i.fab.fa-instagram {
    font-size: 2rem;
    color: #cc32aa;
    padding-left: 10px;
}


a:hover{
    font-weight: bolder;
}

a:hover, a:hover i{
    color: #f8f020!important;
    text-decoration: none;
    transition: all .4s;
}

p{
    margin: 0.5rem;
}

footer{
    background-color: #434343;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.logo{
    min-width: 300px;
    width: 35%;
    padding: 20px;
}

