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

body {
    background-image: url('https://file.garden/Zq6PUv16BzrXu3My/CherrygroveCover.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-family: Nanum Myeongjo;
    color: white;
    height: 1500px;
}

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