@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif&family=Oswald&display=swap');
*{
  margin: 0;
  padding: 0;
}
.main{
  background-color: #FEE715FF;
  margin: 70px 222px;
  display: flex;
  width: 70vw;
  height: 70vh;
}
.container{
  background-color:rgb(0, 0, 0);
  display: flex;
  height: 100vh;
  width: 100vw;
}
.info{
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: 'IBM Plex Serif', serif;
font-family: 'Oswald', sans-serif;
padding: 155px;
margin: -37px;
}
img{
  height: 60vh;
  margin: 50px 300px;
  border-width: 10px;
  border-color: rgb(255, 255, 255);
  background-color: #baad1a;
  border-radius: 50%;
  overflow: hidden;

  
}

.hello{
  font-size: 35px;
}
.name{
  font-size: 65px;
}
.todo {
  
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  position: absolute;
  top: 100px;
  left: 250px;
  text-decoration:none;
  font-size: 50px;
  color: black;


  
}
a{
  text-decoration: none;
  color: black;
}
a:hover{
  color: rgb(255, 0, 0);
}
