body {
    margin: 0;
    width: 100vw;
    height: 100vh;
    font-family: "Public Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

p {
    text-align: center;
    font-weight: 500;
}

.content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 16px;
    box-sizing: border-box;
    background-image: url(/assets/img/wtn_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    perspective: 800px;
    width: 80ch;
    border: solid;
    border-width: 8px;
    border-radius: 16px;
    border-color: white;
    padding: 16px;
    background-color: #0D6F38;
    color: white;
}

.back-button {
    background-color: white;
    color: black;
}

.back-button:hover {
    background-color: #FF4006;
    color: white;
}
