/* Created by: Venika Sem
* Created on: Apr 2022
* This file contains the CSS for index.html
*/

body {
  text-align: center;
  background-color: #29b8ff;
}

h1 {
  color: #001a57;
  font-weight: bold;
}

h3 {
  color: #003dcc;
  font-weight: bold;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.mdl-button {
  position: center;
}

.mdl-radio__label {
  color: #001a57;
}
