 @font-face {
            font-family: "Saitamaar";
            src: url("/Saitamaar.woff2") format("woff2"),
                url("/Saitamaar.woff") format("woff"),
                url("/Saitamaar.ttf") format("ttf");
            font-display: swap;
        }

        a {
            cursor: url('/pointer.png'), pointer;
            font-size: 25px;
        }

        body {
            font-family: "MS UI Gothic", 'Saitamaar', verdana, 'trebuchet ms', sans-serif;
            /* background-image: url(/backgrounds/N9xOwtZ.gif); */
            background-position: center;
            background-size: cover;
            background-attachment: fixed;
            cursor: url('/cursor.png'), default;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            min-height: 100vh;
            margin: 0;
            padding: 0;
        }

        .wrapper {
            margin: 50px 0 150px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            flex-direction: column;
        }

        .album-gallery {
            width: 90%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            flex-wrap: wrap;
        }

        .card {
            margin: 2.5px;
            display: inline-block;
            background-color:  rgba(255, 146, 228, 0.5);
            width: 400px;
            padding: 20px;
            border: 1px dotted white;
            text-align: center;
            color: rgb(0, 0, 0);
            font-size: 18px;
        }

        @media (max-width: 1500px) {
            .card {
                width: 350px;
            }
        }

        @media (max-width: 1280px) {
            .card {
                width: 300px;
            }
        }

        .card p {
            margin-top: 25px;
            margin-bottom: 10px;
        }

        .photo {
            width: 100%;
            padding-top: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            border: 1px dotted white;
            box-sizing: border-box;
        }

        .row {
            margin-bottom: 5px;
        }

        #bg-img {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            min-width: 100%;
            min-height: 100%;
            z-index: -99;
        }

        hr {
            /* flex-grow: 1; */
            width: 75%;
            border-style: dotted;
            border-width: 1px;
            border-color: white;
            border-bottom: 0;
        }

        .header {
            margin: 2.5px;
            width: 70%;
            background-color:  rgba(255, 146, 228, 0.5);
            padding: 20px;
            border: 1px dotted white;
            text-align: center;
            color: rgb(0, 0, 0);
            font-size: 30px;
        }

        a {
            color: rgb(0, 0, 0);
        }

        a:visited {
            color: rgb(230, 151, 194);
        }

        .paragraph {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 20px;
            color: rgb(0, 0, 0);
        }

    
