


.aboutTitle{
    font-size: 3vw;
    text-align: center;
    margin: 30px;
}

.aboutBody{
    font-size: 1.5vw;
    text-align: start;
    margin: 30px;
    margin-bottom: 50px;
}

h3.skillsTitle{
    font-size: 3vw;
    text-align: center;
}

p.block, h3.block{
    padding: 30px;
}

h3.stars{
    color: var(--color2);
    font-size: 2vw; 
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bolder;
    text-align: center;
    letter-spacing: 0;
}

p.stars{ 
    font-size: 1vw;
    text-align: start;
    flex-grow: 100%;
    height: 100%;
}

.skillBlock{
    width: fit-content;
}

.skillBlock img{
    overflow: hidden;
    height: 60px;
    width: 60px;
    margin: 20px 0px 20px 40px;
}

.skillBlock p{
    margin: 10px;
    font-weight: bolder;
    text-align: center;
    font-size: 1.1vw;
    width: 7vw;
}