.profile-img {
    width: 150px;
    height: 150px;

    border-radius: 50%;

    object-fit: cover;

    display: block;
    margin-left: auto;
    margin-right: auto;

    border: 5px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}

.content {
    margin-top: 2%;
}

.nav-pills {
    padding-right: 3%;
}

.title {
    font-size: 1.35rem;
    margin-bottom: .5rem;
}

.subtitle {
    font-size: 1rem;
    color: #555;
}

#content {
    margin-left: auto;
    margin-right: auto;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    text-align: center;
    background-color: white;
}

#projects .card {
    width: 10rem;
    margin: 1rem;
    transition: transform 0.3s, box-shadow 0.3s;
}

#projects .card:hover {
    transform: scale(1.08) translateZ(20px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
}

#projects {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

ul.skills, ul.projects {
    list-style: none;
    padding-left: 0;
    margin: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
}

body {
    background: #fcfcfd;
}

header {
    margin-top: 2rem;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    background-color: white;
}

blockquote {
    margin: 2rem auto;
    padding: 1.5rem 2rem;
    max-width: 600px;
    font-style: italic;
    background: #f9f9f9;
    /*border-left: 4px solid #007bff;*/
    color: #333;
    line-height: 1.6;
}

blockquote footer {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: #555;
    text-align: right;
}

@media (max-width: 480px) {
    blockquote { padding: 1rem; }
}
