
body {
    overflow: hidden;
}
.home-wrapper{
    /* background: url("./img/dotrade.webp"); */
    width: 100%;
    height: 60vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    display: flex;
}

.main-title h1 {
    font-size: 8rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #555;
}
.main-title h2 {
    font-size: 5rem;
    font-weight: 300;
    text-transform: uppercase;
}
