@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.container{
    width: 100vw;
    height: 100vh;
    background-color: hsl(212, 45%, 89%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Outfit", sans-serif;
    
}
.attribution{
    background-color: hsl(0, 0%, 100%);
    width: 20rem;
    height: 30rem;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    
}
    
.attribution img{
    width: 100%;
    height: auto;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
p{
  text-align: center;
  font-size: 15px;
  font-weight: 400;  
}
h1{
    font-size: 15px;
    font-weight: 700;
}
a{
    text-decoration: none;
}


@media(min-width: 375px){
    .container{
        padding: 2rem;

    } 
        
    .attribution{
        padding: 1.1rem;
    }
}
  
  @media(max-width:1440px){
    
    
      }
      a:hover{
          text-decoration: dashed;
      }
    

  
    