body {
    color: white;
    background-image: url(../images/background_2.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 906px;
}

h1 {
    color: #00c8f8;
    text-decoration: underline #00c8f8;
    margin-top: 3%;
    text-align: center;
    font-size: 65px;
    font-family: 'Times New Roman', Times, serif;
    text-shadow: 0 2px #f06e9c;
}

p {
    padding: 80px 20px;
    border: 1px solid white;
    border-radius: 10px;
    background-color: black;
    margin-top: 6%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 26px;
    width: 70%;
    font-family: 'Times New Roman', Times, serif;
    margin-bottom: 16%;
}