h1 {
    font-size: 24px;
}

body {
    background-color: #9a9ecc;
    font-family: 'courier', monospace;
    color: Darkpurple;
}

img {
    /* width: 100%;
    height: auto; */
    height: 500px;
    border-radius: 50%;
}
button {
    background-color: #49047a;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
#container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}