h1 {
  font-family: 'Planet Kosmos';
}

.one {
 font-family: 'Conthrax'; 
}

.two {
 font-family: 'Motterdam'; 
}

body {
  font-family: 'Verdana', sans-serif;
  background: black;
  font-size: 14px;
}

header {
  display: flex;
  justify-content: space-between;
}

a {
  text-decoration: none;
  color: #058aa1;
  transition: 0.3s;
}

a:hover {
  font-style: italic;
  color: #0cc0df;
}

main {
  width: 800px; 
  margin: auto;
  background: #3f3f45;
  padding: 10px;
  border-radius: 15px;
}

nav {
  font-size: 20px; 
  height: 64px;
  display: flex;
  align-items: center;
  gap: 7px;
}

#below {
  display: flex;
}

aside {
  width: 40%  
}

.lil {
  font-size: 10px;
}

iframe {
  width: 60%;
}