* {
    box-sizing: border-box;
}
a {
    color: inherit;
    text-decoration: none;
}
body {
    background: #f3f4f5;
}
.content {
    text-align: center;
}