body{
    padding: 0;
    margin: 0;
    background: url('../img/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    align-items: center;
	gap: 1rem;
}

img {
    height: calc(512px / 2);
    width: auto;
    display: block;
}

p{
    font-size: 2em;
    margin: 0;
}