body {
    background-image: url(pexels-josh-hild-12161836.jpg);
    font-size: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    background-attachment: fixed;
    font-family: 'PT Sans', sans-serif;
    backdrop-filter: blur(2px);

}

h1 {
    /* background-color: white; */
    opacity: 0.8;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
    display: inline;
    border-radius: 15px;
    font-family: 'Russo One', sans-serif;
    text-shadow: 0 0 5px rgb(246, 82, 255), 0 0 10px rgb(246, 82, 255), 0 0 15px rgb(164, 1, 172), 0 0 20px rgb(164, 1, 172), 0 0 25px rgb(164, 1, 172), 0 0 30px rgb(164, 1, 172), 0 0 35px rgb(164, 1, 172);
    color:white;
    margin-bottom: 50px;
    font-size: 48px;
    /* border-style: dotted; */
}

h2 {
    display: inline;
    color: red;
    opacity: 0.8;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    margin: auto;
    font-family: 'Russo One', sans-serif;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #eeff04, 0 0 20px #eeff04, 0 0 25px #eeff04, 0 0 30px #eeff04, 0 0 35px #eeff04;
    font-size: 50px;
    letter-spacing: 5px;
}
hr{
    height: 5px;
    width: 75%;
    background-color: #fff;
    border-top: dotted 1px;
}

p{
    /* background-color: black; */
    color: #fff;
    border-radius: 5px;
    font-family: 'Orelega One', cursive;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #12bd37, 0 0 20px #12bd37, 0 0 25px #12bd37, 0 0 30px #12bd37, 0 0 35px #12bd37;
    font-size: 35px;
}
.bg {
    text-align: center;
    margin: auto;
}
img{
    border: 5px solid white;
    margin-top: 20px;
    width: 800px;
}
