*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
	outline: none;
}

body {
    background-color:hsl(212, 45%, 89%);
    font-family: "Outfit", sans-serif;
}

.attribution { 
    font-size: 11px; 
    text-align: center; 
}

.attribution a { 
    color: hsl(228, 45%, 44%); 
}

.card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; 
}

.container {
    background-color: hsl(0, 0%, 100%);
    max-width: 320px;
    justify-items: center;
    border-radius: 20px;
    padding: 16px 0 40px 0;
    text-align: center;
    /* border: thin solid red; */
}

.container img{
    max-width: 288px;
    height: 288px;
    border-radius: 15px;
}

.text{
    padding: 24px 12px 0 12px;
}

.container h1{
    font-size: 20px;
    font-weight: 700;
    color: hsl(218, 44%, 22%);
    padding: 0 16px;
    margin-bottom: 16px;
}

.container p{
    font-size: 15px;
    font-weight: 400;
    color: hsl(216, 15%, 48%);
    padding: 0 16px;
}
