.foot {
    background-color: #1c2534;
    color: #d5d5d5;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.foot div {
    line-height: 30px;
    font-size: 16px;
}

.pfumobile {
    padding-bottom: 40px;
}

.footlogo {
    width: 18px;
    height: 18px;
    margin-left: 20px;
    margin-right: 5px;
}

#gotop {
    position: absolute;
    top: 30px;
    right: 50px;
    cursor: pointer;
}

#gotop1 {
    cursor: pointer;
}

#gotop:active #gotop1 {
    display: none;
}

#gotop:active #gotop2 {
    display: block;
}

#gotop2 {
    display: none;
}