* {
    margin: 0px;
    padding: 0px;
}

html {
    height: 100%;
}

body {
    align-items: center;
    background-image: linear-gradient(#995BED, #a879eb);
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
    height: 100%;
    justify-content: center;
}

ul {
    list-style: none;
}

.profile {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    width: 300px;
}

.profile-resume {
    align-items: center;
    border-bottom: 1px solid #D3D3D3;
    display: flex;
    flex-direction: column;
    font-weight: bold;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.image-crooper {
    border-radius: 50%;
    height: 100px;
    margin-bottom: 8px;
    overflow: hidden;
    position: relative;
    width: 100px;
}

.profile-text {
    border-bottom: 1px solid #D3D3D3;
    font-size: small;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.profile-links {
    font-size: small;
}