body {
    background: linear-gradient(to bottom, #1d9577, #000);
    color: white;
    font-family: sans-serif;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 8px;
    padding-bottom: 40px;
}

h1 {
    margin: 8px;
}

h3 {
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

a {
    color: #888;
    margin: 5px;
}

.email {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    margin: 4px;
}

.me-info {
    background-color: #ffffff22;
    margin-left: 20px;
    margin-right: 20px;
    padding: 8px;
    border-radius: 20px;
    max-width: 600px;
}

.me {
    height: 200px;
    width: 200px;
    background-color: gray;
    border-radius: 100%;
    border: solid white 5px;
}

.experience {
    width: 100%;
    padding: 10px;
    max-width: 1000px;
    margin-top: 20px;
}

.card-experience {
    background-color: #1d957723;
    box-shadow: 0 10px 10px #0000003a;
    padding: 20px;
    width: fit-content;
    border-radius: 20px;
    margin-top: 10px;
}

.up-experience {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.experience-img {
    width: 80px;
    height: 80px;
    background-color: #888;
    border-radius: 100%;
}