@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

body {
    width: 100%;
    font-family: "Roboto", sans-serif !important;
    color: #111111;
    background-color: lightgrey;
}

#termsAndConditionsContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

#termsAndConditionsContainerBox{
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 50px;
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  color: white;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-evenly;
  /*align-items: center;*/
}


h1 {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #1c1c1c;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #1c1c1c;
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #1c1c1c;
}

strong {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #1c1c1c;
}

li  {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 100;
  color: #1c1c1c;
}

a  {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 100;
  color: #c14235;
}
