:root {
    --color1: #182F52;
    --color2: #3E577D;
    --color3: #AEC6EB;
    --color4: #678DC6;
}

* {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0%;
}

h1 {
    font-weight: normal;
    font-size: 3em;
}

body {
    background-color: var(--color3);
}

a {
    text-decoration: none;
}
.underline {
    text-decoration: underline;
}

.info-button {
    background-color: var(--color2);
    width: fit-content;
    padding: 1% 2%;
    margin: 2% auto 5%;
    border-radius: 32px;
}
.info-button-text {
    color: white;
}