body {
    margin: 0;
    font-family: "Poppins", serif;
    font-weight: 300;
    background-color: #333;
    color: white;
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing:border-box;
    height: 100vh;
    width: 100vw;
    padding: 0 2em;
}

h1 {
    font-weight: 600;
}

a {
    color: #efbb3f;
}

img {
    max-width: 100%;
}