
}@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
{
  box-sizing: border-box;
  margin: 0; 
  padding: 0; 
}

body {
  background-image: url(https://epicnurdfail.neocities.org/p1/images/papers.co-vb40-wallpaper-geometry-black-pattern-41-iphone-wallpaper.jpg);
  background-size: 400px;
  background-position-x: center;
  background-repeat: repeat;
  margin: 0;
 
  font-family: "Spectral", serif;
}

.page {
  width: 0 auto;
  margin: 0 auto;
  
  
}

/* TOP BAR */
.top-bar {
  background: #000000;
  color: #ffffff;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-bar h1 {
  margin: 0;
  font-size: 50px;
}

.top-bar nav span {
  margin-left: 60px;
  font-size: 40px;

}

/* CONTENT */

.content {   
   
  
  opacity: 0.9;
  margin: 0 auto;
  width: 75%;
}

.class-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 115px;
  margin: 75px ;
}

.class-row img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 10px solid #000000;
}

.text h2 {
  margin: 0 0 10px;
  color: #475AB4;
  font-size: 75px;
}

.text p {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 1.5;
  color: #FFFFFF;
}

/* FOOTER BAR */
footer {
  position: absolute; 
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;

}