html {
    overflow-x:hidden;
    height: 100%;
}
body {
    background-color: #494a5242;
    background-size: auto;
    background-position: center;
    min-height: 100%;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    max-height: 50px;
}
header {
    min-height: 50px;
    background-color: #111a5c42;
    text-align: center;
    font-size: 100px;
    font-family: Georgia, Arial, Helvetica, ;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: rgb(12, 7, 52);
    text-decoration: underline;
}
.center {
    margin: auto;
    width: 50%;
    border: 3px solid green;
    padding: 10px;
  }

nav {
    background-color: rgba(33, 177, 224, 0.301);
    padding-top: 10px;
    padding-bottom: 10px;
    text-align:center;
}

main {
    max-height: 300px;
    font-size: 18px;
    font-weight: 500;
    color: rgb(27, 24, 24);
    text-align:center
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    
}

section {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

h1 {
    color: rgb(35, 63, 46);
    font-size: max 60px;
    text-align: center;
    font-family: Georgia, Arial, Helvetica;
}

p {
    color: rgba(31, 7, 7, 0.863);
    font-size: max 20px;
    font-family: 'Times New Roman', Times, serif;
    font-style: unset;
}

/* unvisited link */
a:link {
    color: rebeccapurple;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: rgb(63, 59, 59);
}

/* selected link */
a:active {
    color: blue;
}

nav a {
    text-decoration: underline;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

body {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100%;
}
@media (max-width: 450px) {
    body {
        background-size: auto;
        background-position: center;
        min-height: 100%;
}

    header {
        min-height: 20px;
        background-color: #494a5242;
        text-align: center;
        font-size: 50px;
        font-family: Georgia, Arial, Helvetica, ;
        color: rgb(41, 49, 41);
        text-decoration: underline;
        padding-bottom: 20px;
    }

    main {
        max-height: 300px;
        font-size: 20px;
        color: rgb(27, 24, 24);
        text-align: center;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
}
    p {
        color: rgba(31, 7, 7, 0.863);
        font-size: 15px;
        font-family: 'Times New Roman', Times, serif;
        font-style: unset;
        border:solid, #2F3035;
}

    h1 {
        color: rgb(35, 63, 46);
        font-size: 20px;
        text-align: center;
        font-family: Georgia, Arial, Helvetica;
}
nav a {
    text-decoration: underline;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

@media (max-width: 900px) {
    body {
        background-size: auto;
        background-position: center;
        min-height: 100%;
}

    header {
        min-height: 20px;
        background-color: #494a5242;
        text-align: center;
        font-size: 50px;
        font-family: Georgia, Arial, Helvetica, ;
        color: rgb(41, 49, 41);
        text-decoration: underline;
        padding-bottom: 20px;
    }

    main {
        max-height: 300px;
        font-size: 20px;
        color: rgb(27, 24, 24);
        text-align: center;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 30px;
        background-position: max 100%;
}
    p {
        color: rgba(31, 7, 7, 0.863);
        font-size: 15px;
        font-family: 'Times New Roman', Times, serif;
        font-style: unset;
        border:solid, #2F3035;
}

    h1 {
        color: rgb(35, 63, 46);
        font-size: 20px;
        text-align: center;
        font-family: Georgia, Arial, Helvetica;
}
nav a {
    text-decoration: underline;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}
}
}