@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap');

body {
  background-color: #0e1a21; 
  color: #f0f8ff;
  font-family: "Geologica";
}


img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}


section {
  padding: 40px;
  min-height: 100vh;
  border-bottom: gray 1px solid;
}



aside{

  position: fixed;
  top: 0;
  left: 0;
  width: 240px;
  height: 100vh;
  background-color: #2694ac ;
  padding: 20px;

  display: flex;
  flex-direction: column;
  align-items: center;      
  justify-content: center; 
}
aside ul{
  list-style: none;
  padding: 0;
  margin: 0;
  

}
a{
  text-decoration: none;
  color: #05d1e9;
}
aside a{
  color: white;
}

body {
  margin: 0px;;;;;
}

main {
  margin-left: 280px; 

 
}


 p {
  font-size: 14px;   
  line-height: 1.6;  
 }