body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    background-color: lightgray;
    width: 100%;
    text-align: center;
    align-content: center;
    min-height: 100vh;
}

h1 {
    font-size: 60pt;
    font-weight: bold;
}

.circle {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 2px solid purple;
    background-color: white;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
}

.circle img {
    width: 50%;
    height: 80%;
    object-fit: cover;
}
