@font-face {
    font-family: 'GoodbyeDespair';
    src: url('https://slashashfart.neocities.org/fonts/goodbyeDespair.ttf') format('truetype');
}

body {
    background: url('https://slashashfart.neocities.org/imaages/pinkgif.gif') repeat;
    font-family: 'GoodbyeDespair', sans-serif;
    color: #ff00aa;
    text-align: center;
    margin: 0;
    padding: 0;
}

.page-container {
    background: white;
    border: 5px solid #ff00aa;
    border-radius: 20px;
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    box-shadow: 0 0 20px #ff00aa;
    position: relative;
}

.topbar {
    background: #ff00aa;
    color: white;
    font-size: 24px;
    padding: 10px;
    border-bottom: 5px solid white;
    font-weight: bold;
}

.sigma-img {
    width: 150px;
    height: auto;
    display: block;
    margin: 10px auto;
}

.wiggly-marquee {
    font-size: 20px;
    font-weight: bold;
    color: yellow;
    text-shadow: 2px 2px 5px black;
    display: inline-block;
    animation: wiggle 0.2s infinite alternate ease-in-out;
}
