body {
    margin: 0;
    background-color: #1aa3ff;
}

.content {
    margin-top: 140px;
    display: grid;
    place-items: center;
    background-color: #1aa3ff;
    height: 50vh;
}

.download-icon {
    height: 70px;
    padding-top: -200px;
}

.update-date {
    margin-top: -50px;
    font-size: 11px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
}

