body {
    font-family: 'Lato';
}

body,
h1,
p,
img,
button {
    margin: 0;
}

.container {
    text-align: center;
}

.profile-image {
    width: 350px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.top {
    background-color: #89a894;
    padding: 30px;
}

.bottom {
    display: flex;
    margin: 30px;
    justify-content: center;
}

.social-button {
    display: flex;
    border: 1px solid darkslategray;
    border-radius: 5px;
}

.social-button.spacing {
    margin-right: 10px;
}

.social-button:hover {
    border-color: #83cacc;
}

.button-image {
    width: 30px;
    padding: 10px;
    object-fit: scale-down;
}

.email {
    margin-top: 30px;
}
