body {
    background-color: pink;
}
h1 {
    color: red;
    font-size: 100px;
    text-align: center;
    text-shadow: 10px 10px 10px rgb(238, 4, 247);
    margin-bottom: 10px;
}
p {
    color: blue;
}
p.subheading {
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}

div.main {
    background-color: lightblue;
    width: 75%;
    margin: auto;
    margin-bottom: 50px;
    padding: 30px;
    
    border-color: purple;
    border-style: solid;
    border-width: 8px;
    border-radius: 20px;
    box-shadow: 10px 10px 10px black;
}