footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

    padding: 0 5%;

}  

.disclaimer {
    color: #838688;
    border-radius: 15px;
    margin: 25px 0;
    padding: 20px;
    border: 1px solid #e6e6e6;

}

.options {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.options span {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.options span p {
    margin: 0px 5px;
}