@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');

body {
    background-image: url('https://f2.toyhou.se/file/f2-toyhou-se/images/120634424_so2DlJ96ai7c0Ca.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
    height: 1500px;
    font-family: Pixelify Sans;
}

.textbox {
    background-image: linear-gradient(#00041d, #011a20);
    width: 40%;
    margin: auto;
    padding: 30px;
    text-align: center;
    font-size: 16px;
}