body {
    
    background-image: 

        url("background.jpg");
}

header {
    padding-top: 25px;
    left: 250px;
    text-align: center;
    font-size: 25pt;
    font-family: helvetica neue;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: deeppink;
}

p {
    font-family: helvetica neue;
    font-size: 14pt;
    color: deeppink;
    margin-left: 100px;
}

#videoMessage2 {
    position: absolute;
    align-content: center;
    top: 0;
    left: 0;
    margin-left:125px;
    margin-top: 99px;
    z-index:1;
}
#video2 {
    background-image: url("foolinlove.png");
    width: 928px;
    margin-left: 147px; 
    margin-top: 190px;
    z-index: 100;
}

#videoDiv2 {
    width: 100%; height: 360px; position: absolute;
}

.pbutton {
    background-color: deeppink; /* Green */
    border: none;
    color: white;
    margin-top: 80px;
    margin-left: 500px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    
}

.mbutton {
    background-color: deeppink; /* Green */
    border: none;
    color: white;
    margin-top: 80px;
    margin-left: 10px;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    
}

