
.logo {
	padding-top:25px;
  width: 190px;
  height: 190px;
  text-align: center;
  display: block; margin: auto;
}
body, html {
    height: 100%; /* Ensures the body and html take up the full viewport height */
    margin: 0;
    justify-content: center; /* Centers content horizontally */
    align-items: center; /* Centers content vertically */
    font-family: sans-serif;
    background-color: #f0f0f0;
}

.welcome-container {
    text-align: center; /* Centers the heading and the button horizontally */
    padding: 20px;
}

h1 {
    margin-bottom: 20px; /* Adds space between the heading and the button */
    color: #333;
}

.center-button {
    padding: 15px 30px;
    font-size: 1.2em;
    color: white;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

.center-button:hover {
    background-color: #0056b3;
}
    background-color: #0056b3;
}-sizing: border-box;
}
        .middle-button {
            padding: 15px 30px; /* Add padding for a good size */
            font-size: 18px;
            background-color: #007bff; /* Blue background color */
            color: white; /* White text color */
            border: none;
            border-radius: 5px; /* Rounded corners */
            cursor: pointer; /* Change cursor to a hand pointer */
            text-decoration: none; /* Remove underline from link-style button */
            display: inline-block; /* Allows padding and margin to work correctly */
        }

        .middle-button:hover {
            background-color: #0056b3; /* Darker blue on hover */
        }

html {
    min-block-size: 100vh;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.header__inner,
.content__inner,
.footer__inner {
    max-inline-size: 1220px;
    margin: auto;
}

.header__content {
    display: grid;
    padding-block: 2rem;
}

.header__logo {
    justify-self: center;
}

@media (min-width: 768px) {
    .header__logo {
        justify-self: start;
    }
}

.header__title,
.header__message,
.note {
    max-inline-size: 900px;
    margin: auto;
    color: rgba(255, 255, 255, 0.9);
}

.header__title {
    margin-block: 0.5rem 1.5rem;
    font-size: clamp(1.75rem, 1.214rem + 1.429vw, 2.5rem);
    line-height: 1.2;
    text-align: center;
}

.header__message {
    margin-block-end: 1.5rem;
	 border-radius: 0.5rem;
    padding: 1rem 1.75rem;
}

.note,
p.header__message {
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
	
    background: rgba(31, 158, 207, 0.6);

    flex-direction: row;

    align-items: center;
    font-size: 1rem;
    max-width: 900px;
    flex: 1;
	
    text-decoration: none;
}


.note__item {
    background: rgba(31, 158, 207, 0.6);
    border-radius: 0.5rem;
    padding: 1rem 1.75rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    font-size: 1rem;
    max-width: 900px;
    margin: 0 auto;
    flex: 1;
	
}

.note__message-lead {
    font-size: clamp(1.5rem, 1.3rem + 1vw, 1.75rem);
    line-height: 1.2;
	text-decoration: none!important;
}
.note__item-media {
    display: flex;
    flex: none;
    justify-content: center;
    align-items: center;
    inline-size: 72px;
    block-size: 72px;
    margin-inline-end: 4px;
    margin-block-end: 4px;
    background-color: #fff;
    padding: 6px;
    border-radius: 8px;
    box-shadow: 4px 4px 0 #1f9ecf;
}

.note__item-media > img {
    max-inline-size: 100%;
    block-size: auto;
}

a.note__message-lead {
    font-size: clamp(1.5rem, 1.3rem + 1vw, 1.75rem);
    line-height: 1.2;
}
@media (min-width: 960px) {
    .note__container {
        flex-direction: row;
    }
}

.note__message-lead {
    font-size: clamp(1.5rem, 1.3rem + 1vw, 1.75rem);
    line-height: 1.2;
	
    color: rgba(255, 255, 255, 0.9);
}
.note__link {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);

}

.note__button {
    margin-block-start: 1.25rem;
    padding-block: clamp(0.75rem, 0.393rem + 0.952vw, 1.25rem);
    padding-inline: clamp(1.5rem, 0.786rem + 1.905vw, 2.5rem);
    border-radius: 4px;
    font-size: clamp(1.5rem, 1.143rem + 0.952vw, 2rem);
    font-weight: 700;
    line-height: 1;
    color: rgba(255, 255, 255, 0.9);
    background-color: #39b6e8;
	margin-top:10px;
	text-align:center;
	
    text-decoration: none;
}

.note__button:hover {
    color: rgba(255, 255, 255, 0.9);
    background-color: #1f9ecf;
}

body {
    min-block-size: 100vh;
    margin: 0;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    line-height: 1.6;
    background: #19191f url(C:/Users/Nathan/Desktop/stars/img/stars.svg) 50% 28px no-repeat;
    background-size: 1760px 852px;
    background-attachment: fixed;
}

.footer {
    flex: none;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #ffffff;!important;
}

.footer a {
    color: #adb4c2;
    text-decoration: none;
    font-weight: 700;
}

.footer a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.footer__inner {
    margin-block-start: 2rem;
    padding-block: 1.5rem;
    text-align: center;
}
 