body {
    margin: 0;
    color: aliceblue;
}

.receptacle {
    height: 100vh;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1, h2 {
    font-weight: 500;
    margin-left: 50px;
    margin-right: 50px;
}

h1 {
    font-size: 300%;
}

h2 {
    font-size: 150%;
}
