@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;800&family=Open+Sans:wght@300&family=Salsa&family=Vollkorn:ital,wght@0,500;0,600;1,500;1,700&display=swap')

*{
    margin: 0 px;
    padding: 0 px;
    box-sizing: border-box;
}


body {
    color: #01437B;
    background-color: #DFEFFF;
    font-size: 16px; 
    font-family: 'Inter', sans-serif;
    text-align: justify;
    line-height: 1.6;
    max-width: 960px;
    margin: 40px auto;
}

header {
    padding: 20px 0;
}

h1 {
    text-align: center;
    text-transform: uppercase;
    background-color: #dbfff3;
    color: #333;
    padding: 20px; 
    font-family: 'Vollkorn', serif;
}

h2 {
    color: #555;
    font-family: 'Vollkorn', serif;
}

h3{

    font-family: 'Salsa', cursive;
}

img {
    height: auto;
    width: 98%;
    display: block;
    margin: 0px auto;
    
}


section {
    margin-bottom: 30px;
}

footer{
    background-color: #dbfff3;
}
