body {
    background-color: gray;
    display: flex;
    flex-direction: column;
    margin: 0;
    height: 100vh;
    align-items: space-between;
    justify-content: space-between;
}

.section {
    padding: 20px;
}

.content-section {
    margin: auto;
    text-align: center;
}

#virsraksts {
    color: #fff;
    padding-bottom: 20px;
    font-family: 'Crimson Text';
}

#iepirkties {
    color: gray;
    padding: 30px;
    border-radius: 50%;
    background-color: #fff;
    margin: 20px;
    font-family: 'Arimo';
}

.header-section {
    display: flex;
    justify-content: space-between;
}

.footer-section {
    color: #fff;
    padding-top: 0;
    font-family: 'Public Sans';
}

#phone {
    font-style: italic;
}