* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Times New Roman', Times, serif;
  text-align: center;
}

h5 {
  text-align: center;
  color: lightsalmon;
}

h6 {
  text-align: center;
  color: lightgreen;
}


@media only screen and (max-width: 600px) {
      
  body {
    font-size: 1.4rem;
    width: 600px;
    background-image: url("../images/christmas_bg.webp");
    background-repeat: repeat-x;
  }

  .purp {
    margin-top: 1.4rem;
    background-color: #675484;
  }

  .goldee {
    background-color: #fcbd11;
  }

    #srg 
    {
      color: #675484;
    }

    table {
      width: 70%;
      text-align: center;
    }

    th {
      height: 7.2rem;
      background-color: #fcbd11;
    }

    th, td {
      border: .2rem #675484 solid;
      padding: 1.2rem;
      text-align: center;
    }

  .time {
    text-align: left;
    margin-bottom: 1.2rem;
  }

  ul {
    width: 100%;
    background-color: #fcbd11;
    text-align: center;
    margin-bottom: 1.2rem;
    color: #675484;
  }

  ul li {
    list-style-type: none;
    display: block;
  }

  ul li a {
    display: block;
    text-decoration: none;
    border-radius: 10px;
    padding: .2rem .5rem;
  }

  ul li a:hover {
    background-color: #675484;
    color: #fcbd11;
  }
  
  .profile {
    margin-top: 1.2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    gap: 1.2rem;
  }

  form {
    backdrop-filter: blur(5px);
    border: .02rem solid #f3f3f3;
    margin-bottom: 1rem;
  }

  label {
    display: block;
    text-align: left;
    padding-left: 5%;
  }

  form input {
    border-radius: 10px;
    font-size: 1.2rem;
  }

  form .type {
    display: inline;
  }

  form input[type=text], form input[type=email], form input[type=password] {
    width: 95%;
    text-align: left;
    font-size: 1.2rem;
    height: 1.7rem;
  }

  textarea {
    width: 95%;
    height: 5.6rem;
    resize: none;
    border-radius: 10px;
    text-align: left;
    font-size: 1.2rem;
  }

    #srg {
      color: #675484;
    }
    
  footer {
    margin-top: 1.2rem;
  }

}
  
  @media only screen and (min-width:601px) {
      
  body {
    font-size: 1.5rem;
    width: 900px;
    background-image: url("../images/christmas_bg.webp");
    background-repeat: repeat-x;
  }

  .purp {
    margin-top: 1.5rem;
    background-color: #675484;
  }

  .goldee {
    background-color: #fcbd11;
  }

  #srg {
    color: #675484;
  }

  table {
    width: 70%;
    text-align: center;
  }

  th {
    height: 8rem;
    background-color: #fcbd11;
  }

  table, th, td {
    border: .3rem #675484 solid;
    padding: 1.4rem;
  }

  .time {
    text-align: left;
    margin-bottom: 1.4rem;
  }

  ul {
    list-style-type: none;
    background-color: #fcbd11;
    border-radius: 10px;
    display: flex;
    justify-content: center;
  }

  ul li a {
    display: block;
    color: #000000;
    text-decoration: none;
    border-radius: 10px;
    padding: .5rem .5rem;
  }

  ul li a:hover {
    background-color: #675484;
    color: #fcbd11;
  }
  
  .profile {
    margin-top: 1.4rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    gap: 1.4rem;
  }

  form {
    backdrop-filter: blur(5px);
    border: .02rem solid #f3f3f3;
    margin-bottom: 1rem;
  }

  label {
    display: block;
    text-align: left;
    padding-left: 5%;
  }

  form input {
    font-size: 1.4rem;
    border-radius: 10px;
  }

  form .type {
    display: inline;
  }

  form input[type=text], form input[type=email], form input[type=password] {
    width: 95%;
    text-align: left;
    font-size: 1.5rem;
    height: 1.8rem;
  }

  textarea {
    width: 95%;
    height: 5.6rem;
    resize: none;
    border-radius: 10px;
    text-align: left;
    font-size: 1.4rem;
  }

  footer {
    margin-top: 1.4rem;
  }
  
    #srg {
      color: #675484;
    }

}
  
  @media only screen and (min-width:901px) {
  
  body {
    font-size: 1.6rem;
    width: 1280px;
    background-image: url("../images/christmas_bg.webp");
    background-repeat: repeat-x;
  }

  .purp {
    margin-top: 1.7rem;
    background-color: #675484;
  }

  .goldee {
    background-color: #fcbd11;
  }

    #srg {
      color: #675484;
    }

    table {
      width: 60%;
      text-align: center;
    }

    th {
      height: 8.8rem;
      background-color: #fcbd11;
    }

    table, th, td {
      border: .3rem #675484 solid;
      padding: 1.5rem;
    }

  .time {
    text-align: left;
    margin-bottom: 1.5rem;
  }

  menu {
    width: 100%;
    background-color: #fcbd11;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  
  menu ul li {
    list-style-type: none;
    display: inline-block;
  }

  menu ul li a {
    display: block;
    text-decoration: none;
    border-radius: 10px;
    padding: .1rem .5rem;
  }

  ul li a:hover {
    background-color: #675484;
    color: #fcbd11;
  }
  
  .profile {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    gap: 1.5rem;
  }

  form {
    backdrop-filter: blur(5px);
    border: .02rem solid #f3f3f3;
    margin-bottom: 1rem;
  }

  label {
    display: block;
    text-align: left;
    padding-left: 5%;
  }

  form input {
    font-size: 1.5rem;
    border-radius: 10px;
  }

  form .type {
    display: inline;
  }

  form input[type=text], form input[type=email], form input[type=password] {
    width: 95%;
    text-align: left;
    font-size: 1.7rem;
    height: 2rem;
  }

  textarea {
    width: 95%;
    height: 5.6rem;
    resize: none;
    border-radius: 10px;
    text-align: left;
    font-size: 1.5rem;
  }

  footer {
    margin-top: 1.5rem;
  }
  
    #srg {
      color: #675484;
    }
    
  }
  
  @media only screen and (min-width:1281px) {
  
  body {
    font-size: 2rem;
    width: 2000px;
    background-image: url("../images/christmas_bg.webp");
    background-repeat: repeat-x;
  }

  .purp {
    margin-top: 2rem;
    background-color: #675484;
  }

  .goldee {
    background-color: #fcbd11;
  }

  #srg {
    color: #675484;
  }

  table {
    width: 60%;
    text-align: center;
  }

  th {
    height: 10rem;
    background-color: #fcbd11;
  }

  table, th, td {
    border: .4rem #675484 solid;
    padding: 2rem;
  }

  .time {
    text-align: left;
    margin-bottom: 2rem;
  }

  menu {
    width: 100%;
    background-color: #fcbd11;
    text-align: center;
    margin-bottom: 1.5rem;
  }
  
  menu ul li {
    list-style-type: none;
    display: inline-block;
  }

  menu ul li a {
    display: block;
    text-decoration: none;
    border-radius: 10px;
    padding: .5rem .7rem;
  }

  ul li a:hover {
    background-color: #675484;
    color: #fcbd11;
  }
  
  .profile {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    gap: 2rem;
  }

  form {
    backdrop-filter: blur(5px);
    border: .02rem solid #f3f3f3;
    margin-bottom: 1rem;
  }

  label {
    display: block;
    text-align: left;
    padding-left: 5%;
  }

  form input {
    font-size: 2rem;
    border-radius: 10px;
  }

  form .type {
    display: inline;
  }

  form input[type=text], form input[type=email], form input[type=password] {
    width: 95%;
    text-align: left;
    font-size: 2rem;
    height: 2.2rem;
  }

  textarea {
    width: 95%;
    height: 5.6rem;
    resize: none;
    border-radius: 10px;
    text-align: left;
    font-size: 2rem;
  }

  footer {
    margin-top: 2rem;
  }
  
  #srg {
    color: #675484;
  }
    
}