@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;600&display=swap');

body {
    margin: 0;
    height: 100vh;
    background: url('bg.jpg') no-repeat center center/cover;
    font-family: 'Raleway', sans-serif;
    color: white;
}

.overlay {
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h1 {
    font-size: 64px;
    letter-spacing: 4px;
    margin: 0;
}

p {
    font-size: 18px;
    opacity: 0.8;
}