body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #f5f5f5;
    box-sizing: border-box;
    margin: 0;
}

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #b30202;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
  
#topBtn:hover {
    background-color: #e65555;
    color: #141414;
}

#topBtn i {
    color: #d0d0d0;
}

#contactBtn {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #b30202;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
  
#contactBtn:hover {
    background-color: #e65555;
    color: #141414;
}

#contactBtn i {
    color: #d0d0d0;
    font-size: 18px;
}

