* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  line-height: 1;
  background-image: url("atteli/cepumi.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section {
  padding: 0 40px;
}

.header-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.content-section {
  /* background-color: #1d150d; */
  font-size: x-large;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  height: 100vh;
}
.section {
  padding: 10x;
  color: aliceblue;
}
.bigtext {
  font-family: "Anton";
  font-size: 72px;
  letter-spacing: 4px;
}
.button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  background-color: #000000;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.buttonup {
  display: inline-block;
  padding: 15px 20px;
  font-size: 23px;
    color: black;  /* background-color: #000000; */
  text-decoration: none;
  border-radius: 30px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  text-align: end;
  font-family: 'Poppins';
}
img {
  size: 50px;
}

p {
  font-family: "Poppins";
  font-style: normal;
}

a:hover {
    text-decoration: underline;
}

#nav {
    background-color: #fff;
    padding: 0 20px;
    border-radius: 40px;
}

#poga1 {
    color: #fff;
    display: inline-flex;
    background-color: #000000;
    text-transform: uppercase;
    font-weight: bolder;
}

#fontparagraph {
    max-width: 500px;
}

#kontaktet {
    position: fixed;
    color: #fff;
    bottom: 12px;
    right: 12px;
}