
@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&family=Edu+NSW+ACT+Hand+Pre:wght@400..700&family=Edu+VIC+WA+NT+Hand:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=MuseoModerno:ital,wght@0,100..900;1,100..900&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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
    box-sizing: border-box;
}

img{
    width: 80%;
    margin: auto;
}


h1 h2{
    font-family:"Roboto Slab", sans-serif;
    font-size: 58px;
    color:#0a2ff1;
}

main p{
    text-align: justify;
    width: 80%;
    padding: 10px;
    font-family:"Roboto regular",sans-serif;
    font-size: 25px;
    color:#000000;
}
 
div h2{
    font-family:"Roboto",sans-serif;
    font-size: 25px;
    color:#0a2ff1;
}
 
h3{
    text-align: justify;
    width: 80%;
    padding: 10px;
    font-family:"Roboto",sans-serif;
    font-size: 13px;
    color:#000000;
}

button{
    width: 300px;
    height: 50px;
    margin-bottom: 10px;
    font-family:"Roboto regular",sans-serif;
    font-size: 15px;
    color: aliceblue;
    background-color: #0a2ff1;
}

footer{
    width: 100%;
    background-color:#15163d;
}