body{
    background-image:url(images/woah.png);
    background-size: 50vw;
    image-rendering: pixelated;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-content: center;
    flex-direction: column;
    
}
#pageTitle{
    align-self: center;
    
}
#pageTitle img{
    width:100vw;
    max-width: 600px;
}
#main{
    width:fit-content;
    background-color: rgba(0,0,0,0.7);
    align-self: center;
    padding: 15px;
    color: rgb(73,155,255);
    width:50%;
    margin-bottom: 100px;
}
#main p1{
    font-size: 23px;
}
.cause{
    color:rgb(239, 255, 116)
}