@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap');

.cal-sans-regular {
    font-family: "Cal Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.skip-to-content {
    display: none;
}

footer a:link {
    color: #0056b3; 
    text-decoration: underline;
}

footer a:visited {
    color: #7a7a7a; 
    text-decoration: underline;
}


body {
    background-image: url("media/old-vintage-world-map.jpg");
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
}

.container {
    padding: 0px;
}

main,
header {
    border-radius: 10px;
    background-color: white;
    border: 5px solid black;
    margin: auto;
}

h2 {
    text-align: center;
    padding-top: 20px;
}

p[class^="info1"] {
    padding-inline: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: justify;
}

.skip-to-content {
    display: none;
}

nav {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.nav-div {
    padding-bottom: 10px;
    background-color: rgb(250, 250, 250);
    border: 5px solid black;
    border-radius: 15px;
}

.nav-div div[class^="col"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

form div[class^="col"] {
    justify-items: center;
    padding: 20px;
    flex-direction: column;
}

fieldset {
    justify-self: left;
    padding-left: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
}

footer {
    margin-top: 20px;
    padding-bottom: 10px;
    background-color: rgb(250, 250, 250);
    border: 5px solid black;
    border-radius: 15px;
}

footer div {
    text-align: center;
    padding-inline: 150px;
}

footer div ul {
    text-align: center;
    list-style: none;
}

main {
    background: linear-gradient(to right, aquamarine 5%, white 10%, white 90%, aquamarine 95%);
}

.header-div {
    margin-top: 20px;
    margin-bottom: 20px;
    background: linear-gradient(to right, aquamarine 5%, white 10%, white 90%, aquamarine 95%);
}

h1 {
    text-align: center;
    background-color: rgb(250, 250, 250);
    padding-top: 10px;
    margin: 0px;
}

.styleSwitcher-row {
    margin-top: 5px;
    justify-content: center;
    margin: auto;
    background-color: rgb(250, 250, 250);
    padding: 2px;
}