body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}
section {
    min-height: 100vh;
    background: url('./assets/background.svg') no-repeat 50%/cover;
}
div {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding-top: 100px;
    background: url(./assets/logo.png) no-repeat 50% calc(50% - 80px)/400px auto, linear-gradient(180deg, white 0%, white 59px, rgba(255, 255, 255, 0) 100%);
}
h1 {
    font-size: 25px;
    font-weight: 700;
    background: linear-gradient(to right, #940FC8, #006BF3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
p {
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
    color: #333;
}
