body{
    background-color:rgba(43, 28, 153, 0.449);
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
h1,p{
    color: white;
    text-align: center;
}
h1{
    font-size:50px;
}
h2{
    color: black;
    text-align:center;
}
div{
    text-align: center;
}
img{
    height: 7cm;
    width: auto;
    border-radius: 10px;
}