            p {
                font-family: Arial, Helvetica, sans-serif;
            }

            a {
                color: rgb(255, 81, 0);
            }

            a:hover {
                color: rgb(255, 204, 0);
            }

            .hello {
                padding-top: 100px;
            }

            .line {
                flex: 1;
                height: 3px;
                background: url(images/line.png) 5px repeat-x;
                margin-top: 5px;
                margin-bottom: 5px;
            }

            .linevert {
                flex: 1;
                width: 3px;
                background: url(images/line.png) 5px repeat-y;
                margin-top: 5px;
                margin-bottom: 5px;
            }

            body {
                font-family: Arial, Helvetica, sans-serif;
                background-image: url(prettystars.png);
                background-repeat: no-repeat;
                background-position: center;
                background-attachment: fixed;
                background-repeat: repeat-x;
                background-size: cover;
                padding-left: 117px;
                padding-top: 92px;
                margin: 0;
                font-size: 90%;
                font-family: Arial, Helvetica, sans-serif;
                color: #000000;
            }

            .window {
                box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 10px 0 rgba(0, 0, 0, 0.2);
                background-color: white;
                display: flex;
                flex-direction: column;
                width: fit-content;
                max-width: 750px;
                border: solid transparent 15px;
                border-image: url(Borders/bordertest2.png) 10 round;
                margin: auto;
                margin-top: 2px;
                margin-bottom: 2px;
                background: #25272d;
                color: white;
            }

            a {
                text-decoration: none;
            }

            .windowtop {
                text-align: left;
                width: 100%;
                height: 40px;
                background: url(Borders/slants.png);
                display: flex;
                flex-direction: row;
                justify-content: left;
                align-items: center;
            }

            .windowbottom {
                text-align: center;
                flex: 1;
                height: 100%;
                padding: 10px;
            }

            .windowbottom p {
                margin: 0;
            }

            .windowtop p {
                margin: 0;
                padding-left: 10px;
                font-size: 20px;
                letter-spacing: -1px;
                color: rgb(255, 204, 0);
                font-weight: bold;
            }

            .windowbottom p {
                padding: 5px;
            }
            .containborder {
                    display: flex;
                    flex-direction: column;
                    width: fit-content;
                    max-width: 750px;
                    margin: auto;
                    margin-top: 0;
                    margin-bottom: 0;
            }

            .window2 {
                box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 10px 0 rgba(0, 0, 0, 0.2);
                background-color: white;
                display: flex;
                flex-direction: column;
                width: fit-content;
                max-width: 500px;
                border: solid transparent 15px;
                border-image: url(Borders/bordertest2.png) 10 round;
                margin-right: 2px;
                margin-top: 2px;
                margin-bottom: 2px;
                background: #25272d;
                color: white;
            }

            .window3 {
                box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 10px 0 rgba(0, 0, 0, 0.2);
                background-color: white;
                display: flex;
                flex-direction: column;
                width: fit-content;
                width: 300px;
                border: solid transparent 15px;
                border-image: url(Borders/bordertest2.png) 10 round;
                margin-left: 2px;
                margin-top: 2px;
                margin-bottom: 2px;
                background: #25272d;
                color: white;
            }

            .doublecontain {
                display: flex;
            }