.section {
    width: 100%;
    left: inherit;
    right: inherit;
}

h5 {
    font-style: italic;
    color: #232323;
}

.logo{
    height: 10em;
    width: 10em;
    background-color: white;
    border-radius: 100%;
}

.logo-text{
    font-family: 'Logobloqo2';
    font-size: 10em !important;
    vertical-align: middle;
}

section.contact-me {
    border-bottom: none;
}



@media screen and (max-width: 575.98px) {
    .logo{
        height: 3em;
        width: 3em;
    }

    .logo-text{
        font-size: 3em !important;
    }
    
}

@media screen and (max-width: 991.98px) {
    .logo{
        height: 3em;
        width: 3em;
    }

    .logo-text{
        font-size: 3em !important;
    }
    
}
