.skills{
    padding: 0rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* margin-top: 1rem; */
    /* background-color: white; */
}
.skills h1{
    letter-spacing: .09rem;
    margin-bottom: 3rem;
    margin-top: 2rem;
    margin-left: 0;
    margin-right: 0;
    /* margin-left: 0%; */
    color: #66bfbf;
    font-size: 3rem;
    display: inline-block;
    width: 16rem;
    border-bottom: 2px solid #66bfbf;    
    text-align: center;
    padding: 0%;
}
.skills-link{
    margin-top: 7rem;
    margin-bottom: 8rem;
    margin-left: 0.5rem;
    margin-right: 0;
    padding-top: 2rem;
    padding-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.skills-logo{
    background-color: white;
    margin-right: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 50%;
    height: 11rem;
    width: 11rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* float: left; */
    border-bottom: .5rem solid #65f505;
    transition: transform 250ms ease-in-out 10ms;
}
.skills-logo:hover{
    background-color: burlywood;
    border-bottom: .5rem solid #993202;
}
.skills-logo:hover {
    transform: translateY(-1rem);
    opacity: .5;
}

@media (max-width: 550px ){
    .skills{
        height: auto;
    }
    .skills-link{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .skills h1{
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}
@media (max-height: 660px ){
    .skills{
        height: auto;
    }
}








/* .skills-logo span{
    display: none;
} */
/* .read:hover{
    display: block;
} */