body {
    background-color: black;
    margin: 0;
}

.background {
    background-image: url("/public/image/background.jpg");
    background-position: center;
    background-size: 800px;
    height: 100%;
    position: absolute;
    width: 100%;
}

.overlay {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    height: 100%;
    position: absolute;
    width: 100%;
}

.container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}

.text {
    color: white;
    font-family: serif;
    font-size: 72px;
    font-style: italic;
}
