body, html {
    font-family: Roboto Mono, serif;
}
.home{
    height: 80vh;
    text-align: -webkit-center;
}

.imageHome {
    border-radius: 50%;
    position: relative;
    width: 200px;
    top: 35%;
}

.spanHome {
    border-radius: 50%;
    position: relative;
    width: 200px;
    top: 40%;
}
.footerText {
    font-size: 10px;
}

a{
    text-decoration: none;
    color: #6c757d;
}

a:hover {
    color: #acacac;
}

@media screen and (max-width: 572px) {
    .imageWorks {
        width: 130px;
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .logoDesk {
        display: none;
    }
    .logoMobile {
        display: block;
    }
}
@media screen and (min-width: 992px) {
    .logoDesk {
        display: block;
    }
    .logoMobile {
        display: none;
    }
}
