html {
    height: 100%;
    width: 100%;
}

body {
    background-color:#F3F3E0;
    background-image: url(media/bg3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    width:100vw;
    height:100vh;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1024px;
    text-align: center;
}

header {
    padding-left: 220px;
    padding-right: 220px;
    height: 100px;
    text-align: center;
}

header h3 {
    font-size: 70px;
    color: #072142;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

nav {
    background-color:#cbdcebd3;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 5px;
}

nav a {
    color:#133E87;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
}
 
nav a:visited {
    color:white;
    background-color: transparent;
    text-decoration: none;
}
 
nav a:hover {
    color:#608BC1;
    background-color: transparent;
    text-decoration: underline;
}
 
nav a:active {
    color:white;
    background-color: transparent;
    text-decoration: underline;

}

.solo {
    float: left;
    height: 350px;
    width: 270px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
}

main {
    text-align: center;
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    background-color:#91c3ffca;
    border-radius: 5px;
}

main h1 {
    font-size:45px;
    color: #072142;
    text-align:center;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
   }
 
main h2 {
    font-size: 30px;
    color: white;
    text-align:center;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    padding-top: 5px;
    padding-bottom: 15px;
    margin: 0;
   }


p {
    color: #041562;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size:18px;
    text-align:justify;
    text-indent:15px;
    line-height:1.2;
    margin-top: 0;
}

footer {
    background-color: #cbdcebd3;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #133E87;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    border-radius: 5px;
}

footer a {
    text-decoration: none;
    color:#133E87;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
}
 
footer a:visited {
    color:white;
    background-color: transparent;
    text-decoration: none;
}
 
footer a:hover {
    color:#608BC1;
    background-color: transparent;
    text-decoration: underline;
}
 
footer a:active {
    color:white;
    background-color: transparent;
    text-decoration: underline;
}
