<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  color: blue;
  color: rgba(0, 0, 0, 0.8);
  font-family: verdana, sans-serif;
  margin:0;
}

header{
  text-align:right;
  padding: 10px;
  background-image: url(../img/header.jpg);
  height: 300px;
  background-size: cover;
  background-position: 50% 80%;
  margin-bottom: 80px;
  }

nav{
  margin-top: 320px;
  text-align: center
}

header ul{
  list-style-type: disc;
  padding: 0;
  font-weight: bold;
  color:black;
}

header li{
  display: inline-block;
  padding: 4px 8px;
  font-size: 20px;
  text-shadow: 0 0 20px white;
}

header li &gt; a{
  /* text-decoration:none; */
  color: inherit;
  font-size: 25px;
  background-color: white
}

header li &gt; a:hover{
color: royalblue;
opacity: 0.9;
}

.current{
  border-bottom: 4px solid white;
}

section{
  text-align:center;
}

section h1{
  margin-bottom: 6px;
  font-size: 60px;
}

section h2,p{
  font-weight: normal;
}

section p {
  margin-top: 0;
}

.icon{
  border-radius: 140px;
  border: royalblue 5px solid;
}

.works{
  width: 500px;
  margin: 60px auto;
  border-bottom: solid 2px gray;
}

.works &gt; section{
  margin:40px;
}

.works p,
.works h2{
  text-align: left;
}

footer{
  width: 500px;
  margin: 0 auto 60px;
}

footer ul{
  margin: 0;
  list-style-type: none;
  padding: 0;
  font-family:arial black;
  float: left;
}

footer li{
  display: inline-block;
}

footer li &gt; a:hover{
opacity: 0.6
}

footer p{
  color: lightgray;
  font-size: 15px;
  text-align: right;
}

.SCHEDULE{
  width: 500px;
  margin: auto;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
}

.SCHEDULE p{
  margin-bottom: 8px;
  font-size: 25px;
}

.about{
  border-bottom: solid 2px gray;
  width: 560px;
  margin: 60px auto;
}

.red{
  color: red;
}
</pre></body></html>