html {
        padding-left: 10%;
        padding-right: 10%;
        font-size: 24px;
} 

.recordDataButton {
        background-color: #7FFFD4;
        color: black;
        border-radius: 6px;
        font-size: 24px;
        padding: 10px;
}

.requestButton {
        background-color: #80DFFF;
        color: black;
        border-radius: 6px;
        font-size: 18px;
        padding: 8px;
}

.purgeButton {
        background-color: #E34234;
        color: white;
        border-radius: 6px;
        font-size: 18px;
        padding: 8px;
}

#stopRecordDataButton {
        background-color: #E34234;
        color: white;
        border-radius: 6px;
        font-size: 24px;
        padding: 10px;
}

body {
        font-family: Arial, sans-serif;
}

h1 {
        color: #00274C;
        text-align: center;
}
