* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: rgba(0, 0, 0, 0.923);
    color: var(--font-color);
    font-family: "Poppins";
}

.main-section-div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Poppins";
    position: relative;
    padding: 1rem 0 3rem 0;
    color: white;
    text-align: justify;
}

.main-section {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Poppins";
    position: relative;
    padding: 1rem 0 3rem 0;
    color: white;
}

.main-div h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #FFD700;
    text-shadow: 0px 0px 0.2rem #FFD70044;
    text-align: center;
}
