@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Merriweather', serif;
}

body {
    padding: 60px;
    background-color: #f5f5f5;
    color: #080808;
}

.container {
    width: 100%;
}

.summary {
    margin-bottom: 40px;
}

.summary p {
    font-size: 22px;
}

.property-group {
    margin-bottom: 60px;
}

.sample {
    margin: 10px 0;
    margin-bottom: 20px;
    font-size: 22px;
}

.label {
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0em;
    text-decoration: none;
    text-transform: none;
    color: #3131ff;
}

.label::after {
    content: "";
    display: block;
    margin-bottom: 4px;
}

h2 {
    font-size: xx-large;
}