/* hi hi this is icarus! if you're wondering what i do with my css, please take a look. i'm a hobbyist like a lot of people on this site and i'm also a bit of a hot mess when it comes to coding. feel free to check out my main site for more information about me & i do try and link resources i use there! 
otherwise, i would request that you don't take any code from the css without crediting me! i'd appreciate if you also let me know if you take code - just so that i can check out what you do with it! */

body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

#c1 {
  position:fixed;
  top:10px;
  margin:10px 10px;
  height:180px;
  text-align:center;
  background-color:dodgerblue;
  border-bottom:3px solid black;
  font-size:20px;
  }
  
#c1links {
  width:80%;
  border:1px solid #aaa;
  font-size:16px;
  margin:auto;
}

#c1links a{
  color:#111;
}

#c1links a:hover{
  color:#222;
}

/* body of page */

#cont {
  display:flex;
  background-color:cyan;
  margin:200px 10px 10px 10px;
  }
  
#c2 {
  width:60%;
  border:1px solid #aaa;
  padding:10px;}
  
#c3 {
  width:30%;
  border:1px solid #aaa;
  
}