html {
    min-height: 100%;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(13deg, rgba(2, 0, 36, 1) 0%, rgba(17, 17, 17, 1) 45%, rgba(69, 69, 69, 1) 100%);
    min-height: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    color: white;
    font-family: sans-serif;
    margin: 0;
}

h1 {
    font-size: 4rem;
    font-weight: 100;
}

.mainLogo {
    width: 100%;
    height: auto;
    max-width: 480px;
}