body {
    background-color: #f3f4f5;
    color: #444444;
}

#go-to-top {
    position: fixed;
    right : 20px;
    bottom : 220px;
    z-index: 1000;
    background-color: #d32c26;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    color: white;
    font-size: 14px;
}

#go-to-top .icon-gototop {
    font-size: 30px;
}

#home-container {
    width: 1100px;
    margin: 0 auto;
}