.text-white-75 {
    color: #FFF;
    color: rgba(255, 255, 255, 0.75);
}

.down {
    cursor: pointer;
    width: 10rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 4rem;
    font-size: 30px;
    position: relative;
    padding: 0px;
    display: inline-block;
    font-weight: 900;
    text-align: center;
}