#content {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body {
    background-color: #F4F4F4;
    font-family: "Poppins", "Noto Sans", sans-serif;
}

h1, h2 {
    color: #714A66;
    font-weight: 300;
    margin: 0;
    user-select: none;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

h1 { font-size: 5em; }

h2 { font-size: 2em; }

.center { text-align: center; }
