.gradientBackground {
    background: linear-gradient(311.13deg, #20252A 44.17%, #33373B 77.18%, #424548 102.87%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.gradientText {
    background-image: linear-gradient(312.88deg, #B99F61 42.5%, #E8E4C6 119.49%);
    color: transparent;
    background-clip: text;
}

.align {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
}

.colorText {
    color: #F4F5F3;
}

.h1 {
    font-family: "viaoda-libre";
    text-align: center;
    font-size: 25px;
    font-weight: 400;
}

.h2 {
    font-family: "raleway-regular";
    text-align: center;
    font-size: 20px;
    font-weight: "400";
}

.h3 {
    font-family: "raleway-regular";
    text-align: center;
    font-size: 16px;
    font-weight: "400";
}
