body {
    background-image: linear-gradient(blueviolet, white);
    height: max-height;
    width: auto;
  }
  
  table {
    width: 1200px;
    height: auto;
    margin: auto;
  }
  
  h1 {
    font-family: 'Roboto Mono', monospace;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: hotpink;
  }
  
  h2 {
    font-family: 'IM Fell English', serif;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
  }
  
  th {
    font-family: 'Dancing Script', cursive;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background-color: white;
  }
  
  tbody {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
  }
  
  th, td {
    border: 3px solid black;
    border-collapse: collapse;
    line-height: 40px;
    border-radius: 10px;
  }
  
  .tag, .attribute {
    background-color: hotpink;
    text-align: center;
    width: 200px;
  }
  
  .name {
    width: 200px;
    background-color: lightgray;
    text-align: center;
  }
  
  .description {
    width: 800px;
    background-color: #CF9FFF;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .selector {
    width: 200px;
    background-color: hotpink;
    text-align: center;
  }
  
  .description-2 {
    width: 1000px;
    background-color: #CF9FFF;
    text-align: left;
  }
  
    .notes {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    background-color: lightgray;
    border: 3px solid black;
    border-radius: 10px;
    color: black;
    line-height: 40px;
    margin: auto;
    width: 1150px;
    }
  
    tfoot {
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    height: auto;
    }
  
    .th-css {
      background-color: white;
      text-align: center;
    }
  
    .anatomy {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
      border: 3px solid hotpink;
      border-radius: 10px;
      box-shadow: 5px 5px purple;
    }

    .wheel {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
      border: 3px solid hotpink;
      border-radius: 10px;
      box-shadow: 5px 5px purple;
    }

    .model {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
      border: 3px solid hotpink;
      border-radius: 10px;
      box-shadow: 5px 5px purple;
    }
  
    .direction {
      display: block;
      width: 30%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      margin-bottom: 20px;
      border: 3px solid hotpink;
      border-radius: 10px;
      box-shadow: 5px 5px purple;
    }

    .items {
      display: block;
      width: 30%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      margin-bottom: 20px;
      border: 3px solid hotpink;
      border-radius: 10px;
      box-shadow: 5px 5px purple;
    }

    .wrap {
      display: block;
      width: 30%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      margin-bottom: 20px;
      border: 3px solid hotpink;
      border-radius: 10px;
      box-shadow: 5px 5px purple;
    }

    .justify {
      display: block;
      width: 30%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      margin-bottom: 20px;
      border: 3px solid hotpink;
      border-radius: 10px;
      box-shadow: 5px 5px purple;
    }

    .content {
      display: block;
      width: 30%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      margin-bottom: 20px;
      border: 3px solid hotpink;
      border-radius: 10px;
      box-shadow: 5px 5px purple;
    }

    .gap {
      display: block;
      width: 30%; 
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      margin-bottom: 20px;
      border: 3px solid hotpink;
      border-radius: 10px;
      box-shadow: 5px 5px purple;
    }

    .order {
      display: block;
      width: 30%; 
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      margin-bottom: 20px;
      border: 3px solid hotpink;
      border-radius: 10px;
      box-shadow: 5px 5px purple;
    }

    .grow {
      display: block;
      width: 30%; 
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      margin-bottom: 20px;
      border: 3px solid hotpink;
      border-radius: 10px;
      box-shadow: 5px 5px purple;
    }

    .self {
      display: block;
      width: 30%; 
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      margin-bottom: 20px;
      border: 3px solid hotpink;
      border-radius: 10px;
      box-shadow: 5px 5px purple;
    }

    .flexbox {
      display: block;
      width: 30%; 
      margin-left: auto;
      margin-right: auto;
      margin-top: 20px;
      margin-bottom: 20px;
      border: 3px solid hotpink;
      border-radius: 10px;
      box-shadow: 5px 5px purple;
    }

    .property {
      width: 200px;
      background-color: hotpink;
      text-align: center;
    }

    .example {
      width: 300px;
      background-color: paleturquoise;
      text-align: center;
    }
  