        .hero {
            background-color: white;
            background-size: cover;
            background-position: center;
			padding: 1rem;
			height: 100vh;
        }
        .hero a {
            background-color: #f7099a;
            color: white;
            letter-spacing: 2px; 
            font-size: 12px;
            font-weight: 700;
            border-radius: 8px;
            margin: 5px;
            padding-block: 10px;
            padding-inline: 15px;
			text-transform: uppercase;
        }				
		.container {
			padding: 1rem;
			text-align: center;
		}
		.container p {
			width: 100%;
			max-width: 600px;
			margin: 1rem auto;
			text-align: left;
		}
		.home .container p {
			width: 100%;
			max-width: 600px;
			margin: 1rem auto;
			text-align: center;
		}	
		.good-bye a {
			background: none;
			padding: 0;
			margin: 0;
			color: #f7099a;
		}	
		.container.mx-auto p:last-of-type {
			margin-bottom: 2rem;
		}		
		#logo-wrapper img {
			max-width: 350px;
		}
		#logo-wrapper {
		    display: flex;
			justify-content: center;
			margin-bottom: 1rem;
		}
        #welcome-text {
			font-size: 1rem;
			color: black;
			text-transform: uppercase;
			letter-spacing: 2px;
			font-weight: 600;
			text-align: center;
		}
        #feedback-link {
            display: block;
			margin-top: 1rem;
			font-size: .8rem;
			text-decoration: underline;
			background: none;
			color: #f7099a;
        }
        #feedback-link:hover {
            text-decoration: none;
        }