
.main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

body {
    margin: 0;
    padding: 0;
    background-color: black;
    height: 100vh;
    width: 100vw;
}

.main-heading {
    color: white;
    font-size: 4rem;
}

.abril-fatface-regular {
    font-family: "Abril Fatface", serif;
    font-weight: 400;
    font-style: normal;
}
  

.main-heading {
    mask: url('lulaybg.png');
    mask-size: cover;
    mask-repeat: no-repeat;
}
