@font-face {
  font-family: comfortaa;
  src: url(../fonts/Comfortaa-Regular.ttf);
}
@font-face {
  font-family: comfortaaB;
  src: url(../fonts/Comfortaa-Bold.ttf);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: comfortaa;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background: white;
}

.logo {
  font-family: comfortaaB;
  font-size: 22pt;
}

.menu a {
  margin-left: 30px;
  text-decoration: none;
  color: black;
}

.menu a:hover {
  text-decoration: underline;
}


.footer {
  background: black;
  height: 120px;
  display: flex;
  align-items: center;
  padding-left: 40px;
  margin-top: 80px;
}

.socials {
  display: flex;
  gap: 40px;
}

.icon {
  width: 50px;
  height: 50px;
  background-image: url("../images/rslogo.png");
  background-size: 150px 50px;
}

.fb { background-position: 0 0; }
.tw { background-position: -50px 0; }
.ig { background-position: -100px 0; }

.btn {
  display: inline-block;
  padding: 14px 30px;
  background: black;
  color: white;
  text-decoration: none;
  font-family: comfortaaB;
}

.btn:hover,
.btn:visited,
.btn:active {
  color: white;
}
