html, body {
    height: 100%;
    width: 100%;
    background-color: dodgerblue;
    background: linear-gradient(#88bfe8, #3aa1e8);
    color: white;
    display: flex;
    font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
    align-items: center;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

p {
    font-size: 50px;
    font-weight: 400;
    margin: 0;
}

#num {
    font-size: 12em;
    font-weight: bold;
}

#storeageNum {
    font-size: 12em;
    font-weight: bold;
}

#container {
    display: flex;
    flex-direction: row;
}

.content {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    font-size: 6em;
    margin-top: 1em;
    margin-bottom: 52px;
}