body{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    max-width: 100%;
}

li{
    line-height: 2.5;
}

ol{
    line-height: 2.0;
}

ul{
    line-height: 2.0;
}

.introAbout{
    position: relative;
    padding: 20px;
    border-radius: 10px;
}

.skill-title{
    font-size: larger;
    font-weight: bold;
}

.skill-set{
    border-radius: 10px;
    width: 40vw;
    margin: 20px;
    padding: 20px;
    height: fit-content
}


.skill-group{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.aboutLink{
    text-decoration: underline;
}


