* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
background-color: black;
height: 100vh;
}


.cover {

height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 40px;
}

.cover img {

width: 500px;
max-width: 85%;
}

button {
background-color: oldlace !important;
color: black;
border: 2px solid white;
padding: 12px 50px;
font-size: 1.1rem;
letter-spacing: 3px;
cursor: pointer;
appearance: none;
}



