@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Regular.ttf");
  font-weight: 400; }

@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-SemiBold.ttf");
  font-weight: 600; }

@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Bold.ttf");
  font-weight: 700; }

* {
  margin: 0;
  padding: 0; }

body {
  background-color: #212121;
  font-family: "Montserrat";
  color: #fff; }

h1 {
  font-size: 4rem;
  font-weight: 700;
  max-width: 600px;
  margin-bottom: 0.5em; }

a {
  color: inherit;
  text-decoration: none;
  font-weight: 600; }
  a:hover {
    text-decoration: underline; }

p {
  font-size: 14px; }

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px; }

.navbar {
  padding: 1.75rem 0; }
  .navbar .nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  .navbar .nav-logo {
    height: 4em;
    margin: 0.5rem 0; }
  .navbar .nav-links {
    display: flex;
    justify-content: center;
    font-size: 1.25em;
    gap: 1em;
    margin-left: 1rem; }

main .container {
  position: relative; }

main .main-content {
  margin-top: 10rem; }

main .main-image {
  position: absolute;
  top: 0;
  right: 2rem;
  max-width: 500px;
  z-index: -1; }

@media (max-width: 560px) {
  .navbar .nav-links {
    flex-grow: 1; } }
