body {
    font-family: 'Armata';
}

.name-header {
    font-family: 'Cagliostro';
    font-size: 1.75rem;
}

.name {
    font-family: 'Bruno Ace SC';
    font-size: 2rem;
    font-weight: bold;
}

.my-pic {
    border-radius: 50%;
    object-fit: cover;
    padding: 1rem;
    align-self: center;
}

.bottom-gap {
    padding-bottom: 5rem;
}

.section-header {
    font-family: 'Cagliostro';
}

.section-link:hover {
    color: blue;
}

.about-text {
    font-family: 'Lustria';
    font-weight: normal;
}

.about-text-bold {
    font-family: 'Lustria';
    font-weight: bold;
}


#about {
    background-color: #f3f6f4;
}

.form-group {
    padding: 1rem;
}

footer {
    font-size: 14px;
}