.background:before {
    background: rgba(22, 24, 44, 0.5) !important;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.crypto {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.crypto img {
    width: 100px;
    margin-right: 10px;
}

.main {
padding-top: 20vh;

}

.features {
    text-align: left;
    margin-left: 10%;
    margin-top: 30px;
}

/* @media only screen and (max-width: 768px) {
    .main {
        padding-top: 10vh !important;
        
        }
  } */