@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
}

body{
    background-color: white;
}

header{
    background-color: rgb(4, 71, 134);
    text-align:center; 
}

main{
    font-size: 16px;
    margin: 10px;
    padding: 10px;
    border: 1px solid black;
}

h1,h2{
    text-align: center;
}

h1{
    color: white;
}

header > nav > a{
    color: white;
}

p{
font-size: 1.3em;
font-weight: bolder;
text-align: justify;
font-weight: 400;
line-height: 30px;
text-indent: 5%;
}

main > section > div > p{
    color: rgba(160, 11, 11, 0.979);
}

a{
    text-decoration: none;
    color: black;
}

main > section > ul > li{
    display: inline-block;
}