body {
    background-color: black;
    font-family: 'Roboto Slab', serif;

}

h1, p {
    color: white;
    font-size: 'Roboto Slab';
}

video {
    border: rgb(50, 50, 50) dotted;
    border-radius: 25px;
}

.main_content {
    width: 900px;
    margin: 50px auto;
    flex-direction: row-reverse;

    box-shadow: 6px 6px 60px rgba(255, 0, 0, 0.533);
    
    padding: 40px 40px;
    border-radius: 50px;
    border: rgb(50, 50, 50) dotted;
    text-align: center;
}

.scary_title {
    color: rgb(255, 0, 0);
    font-family: 'Rubik Wet Paint';
    font-size: 100px;
    margin-top: -10px;
    padding: 0px 0;
    letter-spacing: 5px;
    text-shadow: 5px 5px #7a0606;
}

.scary_second_title {
    font-family: 'Rubik Wet Paint';
    margin-top: 60px;
}

.scary_welcome,
.scary_text {
    width: 600px;
    margin: 10px auto;
    font-size: 17px;
}

.down_text {
    margin-top: 40px;
    font-size: 25px;
    font-family: 'Rubik Wet Paint';
}

.vampire_text {
    color: red;
    font-family: 'Rubik Wet Paint';
}