body{

    padding-top: 50px;
    background-color: #000000;
    font-size: 20px;
    color: #f3f2f1;
    font-family: 'Ropa Sans', sans-serif;
}

h1{
    text-align: center;
    padding-bottom: 20px;
}
p{
    font-family: 'Patua One', serif;
    font-size: 1.2em;
    text-align: center;
    line-height: 35px;
    border: solid 2px #f3f2f1;
    border-radius: 30px;
    margin-right: 15%;
    margin-left: 15%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #b9b9b94b;

}
p:hover{
    font-size: 1.4em;
    text-align: center;
    line-height: 35px;
    border: solid 3px #f3f2f1;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;

    margin-right: 10%;
    margin-left: 10%;
    background-color: rgba(0, 0, 0, 0.61);
}

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: -60px;
    bottom:60px;
    z-index: -1;
  }


