body {
  font-family: "Montserrat", sans-serif;
}
#footer {
    border: 1px solid #282a35;
    height: 240px;
    background-color: #282a35;

}

#footer p {
    margin-top: 25px;
    color: white;
}

#footer>div {
    display: flex;
    justify-content: center;
    gap: 10px;
}

#footer>div>button>a {
    text-decoration: none;
    color: white;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #cfcfcf;
}

body::-webkit-scrollbar-thumb {
    background-color: #4c4c4c;
    border-radius: 5px;
}