* {
font-family: sans-serif;
}

body {
margin: 0px
}

#div1{
background: linear-gradient(#003c91, #c17ee5);
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-attachment: fixed;
}

#div2{
background-color: #ededed;
display: flex;
flex-direction: column;
}

a {
margin: 15px;
text-decoration: none;
}

ol {
text-align: justify;
line-height: 1.7;
margin-left: 130px;
margin-right: 130px;
}

li {
margin: 10px;
}

p {
text-align: justify;
line-height: 1.7;
margin-left: 100px;
margin-left: 200px;
margin-right: 200px;
font-size: 14px
}

h1 {
 font-size: 60px;
 text-align: center;
 color: white;
 margin-bottom: 5px;

}

h3 {
text-align: center;
color: white;
 margin-top: 0px;
}
