body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: #9FD7FF;
}
div.content {
width: 700px;
height: 611px;
position: absolute;
left: calc(50% - 350px);
top: calc(50% - 306px);
display: flex;
}
div.description {
flex: 1;
padding-right: 64px;
padding-left: 64px;
}
div.badges {
display: flex;
margin-top: 64px;
}
div.badge {
flex: 1;
a {
display: block;
width: 135px;
}
}
div.attribution {
font-size: 12px;
line-height: 170%;
margin-top: 24px;
}
