body {
 background-image: url("img/starsbg.gif");
 color: white;
 font-size: medium;
}

main {
  display: grid;
  grid-template-columns: 1fr 1fr 4fr 1fr;
} 

aside {
  background-color: #000000;
  padding: 25px;
  border-style: outset;
  border-color: white;
}

section {
  background-color: #000000;
  padding: 50px;
  border-style: outset;
  border-color: white;
  font-size: 20px;
}

p {
  text-align: center;
  color: white;
  font-size: 1.3rem;
  font-family: "Times New Roman", Times, serif;
}

h1 {
  text-align: center;
  color: White;
}

h2 {
  text-align: center;
  
}

tr {
  text-align: center;
  color: white;
  font-size: 1.3rem;
  font-family: "Times New Roman", Times, serif;
}

img {
    padding: 25px 25px 25px 25px;
}

a:link {
  text-decoration: none;
  color: #1ff238;
}

a:visited {
  text-decoration: none;
  color: #1ff238;
}

a:hover {
  text-decoration: none;
  color: white;
}

a:active {
  text-decoration: none;
  color: #1ff238;
}

.red {
  color: red;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: black;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
}

.button:hover {
  background-color: #1ff238;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
}

.button2 {
  background-color: #a83236;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
}

.button2:hover {
  background-color: #300a0a;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
}

.button3 {
  background-color: #a83236;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  border-style: outset;
  border-color: white;
}

.button3:hover {
  background-color: #300a0a;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  border-style: outset;
  border-color: white;
}