@import url('https://fonts.googleapis.com/css2?family=Varela&display=swap');

* {
    font-family: "Varela", sans-serif;
    color: rgb(226, 232, 240);
    text-align: center;
    overflow: hidden;
}

html, main, body {
    height: 100%;
}

body {
    background-color: rgb(15, 23, 42);
    margin: 0;
    padding: 0;
}

main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 10% 45%, #34334D, transparent 60%);
    margin: 0;
    padding: 0;
}
