*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: aquamarine;
    position: absolute;
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%)
}
.card{
    text-align: center;
}
img{
    border-radius: 30px;
    padding: 15px;
}
.attribution{
    text-align: center;
    width: 16rem;
}
