* {
    margin: 0;
    padding: 0;
}

h1 {
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: wheat;
}

body {
    background: linear-gradient(#e66465, #9198e5);
    background-size:1080vh;
    background-repeat: no-repeat;
    height:1080vh;
}