
*{
  font-family: 'figtree', sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: clamp(1rem );
}
body{
  margin: 0 auto;
  padding: 40px 20px;
  background-color: rgb(244, 208, 78);
  max-width: 1440px;
  max-height: 100%;
  align-items: center;
  justify-content: center;
}
.container{
  margin: 0 auto;
  padding: 40px 20px;
  align-items: center;
  justify-content: center;
  background-color: white;
  height: 550px;
  width: 400px;
  border-radius: 16px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 1);
  padding-top: 20px;
  border-color: black;
  border-style: solid;
  border-width: 1px;
}

.img1{
  border-radius: 16px;
  width: 100%;
}

.initial button{
  background-color: rgb(244, 208, 78);
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  margin-top: 10px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;

}

small{
  display: block;
  font-size: 1rem;
  margin-top: 10px;

}

.content h1{
  margin-top: 20px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  cursor: pointer;
}
.content h1:active{
  color: rgb(244, 208, 78);

}
.content p{
  color: grey;
  font-size: 16px;
}
.profile{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.profile .name{
  font-weight: 800;
  margin: 10px;
  color: black;
  font-size: 14px;
}
.profile img{
  width: 35px;  
}