header {
        position: fixed;
        top: 0;
        left: 0%;
        width: 100%;
        background: rgba(11,19,44,255);
        color: rgb(255, 255, 255);
        padding: 15px 0;
        text-align: center;
        z-index: 1000;
        font-family: "Garth Graphic";
        font-size: 2em;
    }

    nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    nav ul li {
        display: inline;
    }

    nav ul li a {
        color: rgb(255, 255, 255);
        text-decoration: none;
        font-weight: bold;
        font-family: "Garth Graphic";
    }

    nav ul li a:hover {
        text-decoration: underline;
    }


       
        body {
            display: flex;
            height: 100vh;
            background-color: rgba(11,19,44,255);
            overflow: visible;
            }

        .container {
            position: relative;
            width: 100%;
            justify-content: center;
            color: white;
            align-items: center;
            margin: 10%;
            padding: 0%;
            box-sizing: border-box;
            font-family: "Garth Gothic";
            z-index: 3;
        }
        img {
            width: 50%;
            height: auto;
            display: block;
            margin:auto;
        }
        .text {
            text-align: center;
            position: relative;
            width: 100%;
            font-size: 6rem;
            font-weight: bold;
            color: rgb(255, 255, 255);
        }

#headlines{
    color: rgb(255, 255, 255);
    text-decoration: underline;
    height: auto;
    overflow: visible;
}

h1 {

	font-size: 5rem;
	text-align: center;
}

h2, p, h5, h3, h4 {
	text-align: center;
}

a, :visited a {
    color: rgb(255, 255, 255);
    }


    label {
        display: inline-block;
        text-decoration: none;
    }


    @font-face {
        font-family: "Garth Graphic";
        src: url("https://db.onlinewebfonts.com/t/47d285c063508d080a9bdc95d60acd4c.eot");
        src: url("https://db.onlinewebfonts.com/t/47d285c063508d080a9bdc95d60acd4c.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/47d285c063508d080a9bdc95d60acd4c.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/47d285c063508d080a9bdc95d60acd4c.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/47d285c063508d080a9bdc95d60acd4c.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/47d285c063508d080a9bdc95d60acd4c.svg#Garth Graphic")format("svg");
    }



footer {
        position: fixed;
        bottom: 0%;
        width: 100%;
        background: rgba(11,19,44,255);
        color: rgb(255, 255, 255);
        text-align: center;
        padding: 10px 0;
        font-family: Arial, sans-serif;
        font-size: 3rem;
        font-weight: bold;
        z-index: 4;
    }

        @media (max-width: 600px) {
            .text {
                font-size: 4.5rem;
            }

            img {
                width:100%;
                height:80%;
            }
            

			h1 {
				font-size: 3rem;
			}

        }
