body {
    background-color: pink;
}
h1 {
    color: rgb(255, 0, 0);
    font-size: 100px;
    text-align: center;
    text-shadow: 10px 10px 10px black;
    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;
}

nav{
    background-color: aqua;
}
a{
    background-color: blueviolet;
    padding-left: 0lvw;


    position: fixed;
    margin-top: 0%;
    left: 0%
    width:0%

}
a{
display: inline-block;
background-blend-mode: color-burn;
