/* MISC */
body {
      background-color: #f5f4f9;
      font-family: Arial; 
      background-image: url("site_decor/dots.png");
      background-repeat: repeat;
        }

table {
      border: 0px;
      margin: auto;
      text-align: center;
      font-weight: bold;
        }

button {
      width: 175px;
      margin: auto;
      margin-right: 15px;
      padding: 10px;
      border-radius: 10px;
      background-color: #bebcd7;
      border: #050505 solid 2px;
  } 

a {
      color: red;
      background-color: transparent;
        }

/* DIVS */
  .container1 {
      place-items: center;
      width: 1000px;
      margin: auto;
      margin-bottom: 20px;
      border-radius: 10px;
      padding: 10px;
      background-color: #d8d6e7;
      border-top: #050505 solid 2px;
      border-left: #050505 solid 4px;
      border-right: #050505 solid 4px;
      border-bottom: #050505 solid 6px;
        }

/* HEADER */
  header {
      place-items: center;
      margin: auto;
      margin-top: 30px;
      margin-bottom: 30px;
        }
  footer {
      place-items: center;
      margin: auto;
      padding: 10px;
        }

/* SCROLL BAR */
  ::-webkit-scrollbar {
      background: #bebcd740; 
      width: 10px;
        }
  ::-webkit-scrollbar-thumb {
      background: #bebcd7; 
      border-radius: 10px;
        }