/* Created by: Jaden Plugowsky
* Created on: June 2023
* This file contains the CSS for index.html
*/

/* Due to error in MDL : https://github.com/google/material-design-lite/issues/5281
*/
.mdl-ripple {
  background: #000;
  opacity: 0.001;
}

body {
  background-color: rgb(54 197 245);
}

a {
  font-size: 30px;
  padding-left: 20px;
}

.right-image {
  height: auto;
  width: 450px;
  float: right;
  margin-right: 150px;
}

.mdl-content {
  font-size: 30px;
  line-height: 45px;
}

.mdl-layout__content {
  margin-left: 20px;
  color: white;
}

.mdl-layout__header-row {
  justify-content: center;
}

.mdl-layout-title {
  color: white;
}

#button-one {
  margin-left: 60px;
  margin-top: 10px;
}

#header-fix {
  font-size: 50px;
}
