@import url(../variables.css);
@import url(../font.css);
@import url(../animation.css);
@import url(../header.css);
@import url(../footer.css);

/* 
 █▄ ▄█ ▄▀▄ █ █▄ █
 █ ▀ █ █▀█ █ █ ▀█
 */
h1{
    font-size: 10rem;
    padding: 2rem;
    text-align: center;
    color: lightpink;
}
h2{
    width: clamp(300px, 100%, 1200px);
    margin: auto;
    font-size: 5rem;
    padding: 1rem;
    color: orangered;
}
p{
    color: var(--text-color);
    font-size: 2rem;
}
 section{
  width: clamp(300px, 100%, 1200px);
  margin: auto;

  img{
    width: 100%;
    border-radius: 1rem;
  }
 }