
body{
    background-color: rgb(179, 110, 245);
}

div{
    align-items: center;
    text-align: center;
}

p{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: black;
    font-size: larger;
    font-weight: bold;
    margin: 30px auto;
    text-align: center;
    margin-top: 100px;
}

img{
    border-radius: 15px;
    height: 250px;
    margin: 50px auto;
}