@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap');

body {
  background-color: lightseagreen;
}

#linklistpage {
  max-width: 540px;
}

header {
  background-color: hsl(177, 30%, 41%);
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  margin-top: 0.5rem;
  padding-top: 1rem;
  border-bottom: 2px solid whitesmoke;
  color: whitesmoke;
  text-transform: capitalize;
}

header h1 {
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
}

.logo {
  border-radius: 50%;
  border-color: whitesmoke;
  border-style: solid;
  border-width: 3px;
}


.prioritylinksection ul {
  padding: 0;
  list-style-type: none;

}

.prioritylinksection ul li {
  text-align: center;
  border-radius: 1em;
  background-color: whitesmoke;
  border: 2px solid whitesmoke;
  font-weight: 700;
  text-transform: capitalize;
  font-family: 'Amatic SC', cursive;
}

.linksection {
  margin-left: 0;
}

.linksectionheader {
  writing-mode: vertical-lr;
  text-orientation: sideways;
  text-align: center;
  margin: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  border-color: whitesmoke;
  background-color: whitesmoke;
  border-width: 0.25em;
  border-left-style: solid;
}


.linksection ul {
  margin-bottom: 0;
  list-style-type: none;
}

.linksection ul li {
  text-align: center;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  background-color: whitesmoke;
  border: 2px solid whitesmoke;
  font-weight: 700;
  text-transform: capitalize;
  font-family: 'Amatic SC', cursive;
}

.copyright {
  
  background-color: hsl(177, 30%, 41%);
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  border-top: 2px solid whitesmoke;
  margin-top: 0.5rem;
  padding: 1rem;
  color: whitesmoke;
}