body {
    background-color: #FAFAFA;
}

.margin-container {
    margin-top: 60px;
    margin-bottom: 100px;

}

.destination-title {
    color: #000000;
    font-family: "CuristicExtraBold";
    font-size: 64px;
    line-height: 78.02px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

.destination-descrip {
    color: #000000;
    font-family: "CuristicRegular";
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0px 80px;
}

.destination-img {
    border-radius: 24px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.header-topic {
    color: #000000;
    font-family: "CuristicBold";
    font-size: 24px;
    line-height: 29.26px;
}

.body-topic {
    color: #000000;
    font-family: "CuristicRegular";
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
}

@media (max-width: 480px) {
    .margin-container {
        margin-top: 30px;
        margin-bottom: 80px;
    }

    .destination-title{
        font-size: 50px;
        margin-bottom: 0px;
    }

    .destination-descrip{
        padding: 0px 10px;
    }

    .header-topic {
        font-size: 22px;
        padding: 0px 10px;
    }

    .body-topic{
        padding: 0px 10px;
    }
}