body {
    background-color: #151413 !important;
    color: white;
}

.title {
    color: #e4dad1;
    display: flex;
    font-weight: 500;
    font-family: "Bebas Neue", sans-serif;
    flex-direction: column;
    text-decoration: none;
    transition: color .2s ease;
    font-size: 70px;
}

.bread_text {
    color: #e4dad1;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}

.first-div {
    min-height: 81.1vh;
}

/* Make responsive for mobile and tablet */
@media (min-width: 319px) and (max-width: 480px) { /* Phone */
      .first-div {
        min-height: 76vh;
    }
}

@media (min-width: 481px) and (max-width: 1200px) { /* Tablet */
        .first-div {
            min-height: 76vh;
    }
}