.self {
    float: left;
    width: 25%;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.selfie {
    border-radius: 50%;
    width: 75%;
    height: 75%;
    padding: 20px;
}

.resume {
    padding: 10px 20px;
    background-color: #1a73e8;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 100%;
    text-decoration: none;
    display: inline-block;
    width: 50%;
}

.resume:hover {
    background-color: #155ab6;
}

.icons {
    display: inline-flex;
    justify-content: center;
}

.icon {
    width: 15%;
    height: 15%;
    margin-top: 10%;
    margin-inline: 5%;
}

.icon-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.icon-img {
    width: 100%;
    height: 100%;
    border-radius: 10%;
}

#skills {
    text-align: left;
}

#skills p {
    text-align: center;
}

.body {
    float: left;
}