.scrollup {
    color: #1a75bb;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    position: fixed;
    display: none;
    bottom: 114px;
    right: 29px;
    transition: 0.3s;
    z-index: 98;
}

.scrollup:hover {
    color: #ff7b00;
}