body{
    background: url("../img/bg5.png"), #101010;
    background-repeat:no-repeat;
    background-size: cover;
    background-blend-mode:overlay;
}

main{
    display:flex;
    height: 90vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

main p{
    color:white;
    font-size: 50px;
    text-align:center;
}

main p a{
    color:white;
    font-size: 40px;
    font-style: italic;
    font-weight:200;
}

main div{
    position: absolute;
    bottom:10%;
    left:5%;
    font-size: 125px;
}

main span{
    color:#a0a0a0;
    font-family: 'Dancing Script', cursive;
}