* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  font-family: sans-serif;
  font-size: 62.5%;
  line-height: 1.15;
}
.blueButton {
  display: block;
  color:#fff; 
  font-weight:400; 
  font-size: 1.4rem; 
  background-color: #001f5e; 
  padding: 8px 15px;
  border: 0;
  text-align: center;
}
.blueButton:focus {
  color: #fff;
}
.blueButton:hover {
  color: #fff;
  text-decoration: underline;
}
.socialButton {
  display: flex; 
  align-items: center; 
  justify-content: center;
  height: 26px; 
  width: 26px; 
  border-radius:50%; 
  background-color: #fff;
  color: #001f5e;
}
.socialButton:hover {
  background-color: #eee;
  color: #001f5e;
}
body {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.665;
}

strong {
  font-weight: 700;
}

a {
  text-decoration: none;
}

#root {
  height: 100%;
}
