html * {
    font-size: 1em !important;
    font-family: 'Avenir';
    font-style: normal;
}

body {
    background-color: white;
}


.parent {
    position: relative;
    display: flex;
    justify-content: center;
}

.child {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

a {
    color: white;
}

.box {
    background-color: #0094DE;
    color: white;
    width: 100px;
    margin: 0 auto;
    border-radius: 9%;
    padding: 10px;
    text-align: center;
}