@import url("sofiapro-style.css");

body {
  background-color: #ffffff;
}

p, #footer {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-family: 'Sofia Pro', sans-serif;
}

.content {
  padding-top: 10%;
  line-height: 1.25rem;
  font-size: 18px;
}

div > a {
  color: #333333;
  border-bottom: 1px solid #e3e3e3;
  text-decoration: none;
}

div > a:hover {
  text-decoration: none;
   color: #CCCCCC;
}

.logo {
  width: 18%;
  padding-bottom: 40px;
}

.footer_btm {
  padding: 40px 115px 40px;
  bottom: 10px;
  position: fixed;
  font-size: 14px;
}
