body{
    background-color:rgb(173, 25, 38);
}

section{
    background-color: rgb(13, 224, 196);

    margin: 20px;
    padding: 10px;

    text-align: justify;

    border: 3px rgb(202, 14, 171) outset;
    border-radius: 10px;
}

p{
    color:white;

    width: 550px;
    margin: auto;
}

h2{
    color:white;

    text-align: center;
}

h1{
    text-align: center;
    color: rgb(255, 255, 255);

    text-shadow: 2px 2px 5px rgb(228, 17, 175);
}