.medula-one-regular {
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
}

body {
  padding: 0;
  margin:0;
  background-color:#1D2433;
  display: flex;
  color: white;
  font-family: "Akshar", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  height: 100vh;
  align-items: center;
  justify-content: center;
  
}

#main {
  width: 400px;
  border: 1px solid white;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  gap: 15px;
  align-items: center;
  background-color:#1D2433;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 7px 29px 0px;

}

#logo {
  border: 4px solid #B1DB7A;
  border-radius: 100%;
  width: 68px;
  height: 68px;
  font-family: "Medula One", system-ui;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 60px;
  font-size: 3rem;
}

h1 {
  font-size:2rem;
  color: #B1BEDA;
  margin:0;
  padding:0;
}

h2 {
  font-size:1.6rem;
  margin:0;
  padding:0;
}

ul {
  list-style-type: none;
  display: flex;
  margin: 10px 0 0;
  padding: 0;
  gap: 20px;
}

ul li a svg {
  transition: all 0.2s ease-in-out;
}


ul#links li a:hover svg path {
  stroke: #B1DB7A;
}

#content {
  border-left: 1px solid #B1BEDA;
  padding-left: 15px;
}