body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-attachment: fixed;
    background-image: url("/backgrounds/Purify.webp");
}

.main-panel {
    width: 100%;
    max-width: 600px;
    margin-top: 50px;
    height: fit-content;
    padding: 10px;
    background: black;
    box-sizing: border-box;
    border: groove 2mm;
    box-shadow: 10px 10px 10px black;
    color: white;
    text-align: center;
    border-radius: 15px;
    padding-bottom: 40px;
    position: relative;
}

.page-title {
    margin: 5px;
}

.link-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}