body {
    background-color: rgb(155, 207, 223)
}

button {
    margin: 10px;
}

.me {
    text-align: center;
    margin: 10px;
}

.pic {
    justify-content: center;
    height: 700px;
    width: 700px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.link {
    margin-top: 40px;
    text-align: center;
    font-style: italic;
    color: var(--purple);
}
.card-1 {
    height: 290px;
    width: 600px;
}
h1, h5, a {
    font-family: "Limelight", sans-serif;
}
h2, h3, p {
    font-family: "Elms Sans", sans-serif;
}