body {
    background-color: black;
}

img {
    width: 600px;
}

h1 {
    margin: auto 100px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 80px;
    color: #515484;
}

.wrapper {
    display: flex;
    justify-content: center;
}