body {
    font-size: 20px;
    color: black;
    background-color: #0c1424;
    font-family: "Arial";
    margin-left: 350px;
    margin-right: 350px;
    cursor: url("cursor.png"), auto;
}

h1 {
    margin-top: 50px;
    color: #2c4a81;
    background-color: #1e2a4a;
    font-size: 30px;
    padding: 20px;
    font-style: italic;
    letter-spacing: 3px;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
             1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

h3 {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    letter-spacing: 1px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-style: solid;
    border-width: 3px;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 3px;
    border-color: #2b3652;
}

h2 {
  background-color: #202a48;
  margin: 20px;
  padding: 40px;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
             1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  text-align: center;
  margin-left: 150px;
  margin-right: 150px;
  color: #2c4a81;
  text-decoration: none;
  border-style: solid;
  border-width: 5px;
  border-color: #374778;
}

st {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-style: solid;
    border-width: 3px;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 3px;
    border-color: #1c253a;
}

h4 {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-style: solid;
    border-width: 3px;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 3px;
    border-color: #1c253a;
}

p {
  font-size: 18px;
  color: white;
}

a {
   color: lightblue;
   font-weight: bold;
}
    
li {
  letter-spacing: 1px;
  list-style-position: inside;
  list-style-type: square;
  font-weight: bold;
  background-color: #202a48;
  margin: 20px;
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
             1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
  text-align: center;
  margin-left: 190px;
  padding: 5px;
  margin-right: 230px;
  color: #2c4a81;
  text-decoration: none;
  border-style: solid;
  border-width: 5px;
  border-color: #374778;
}