* {
    box-sizing: border-box;
}

body {
    background: black;
    overflow: hidden;
}

h1 {
    color: lightgoldenrodyellow;
    font-family:sans-serif;
    font-size: 80px;
    position: relative;
    text-align: center;
    margin-top: 50px;
}
