.about-sec {
    background: rgb(222, 0, 57);
    padding: 10%;
    padding-top: 0%;
}

.about-sec h1 {
    font-size: 10vw;
    text-align: center;
    color: black;
}

.about-sec p {
    font-size: 1.4em;
    text-align: justify;
    color: white;
}

h1 {
    font-size: 10vw;
    text-align: center;
    color: white;
    padding: 20px;
    letter-spacing: 3px;
    font-weight: 100;
}

@font-face {
    font-family: "Hallies";
    src: url('../webfontkit-20220813-230017/hallies-webfont.woff2');
}