@font-face {
    font-family: "Poppins", sans-serif;
    src: url();
}

body {
    font-family: "Poppins";
    overflow: clip;
    margin: 0;
}

.hero {
    background-image: url("./Ramnads-Spiritual-Significance-An-Exploration.jpeg.jpg");
    height: 100vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1 {
    color: white;
    font-size: 3rem;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}