
:root {
  --bg: #0b0f14;
  --surface: #121821;
  --surface-2: #1a2330;
  --text: #ffffff;
  --muted: #d0d0d0;
  --accent: #5cc8ff;
  --accent-2: #8b5cf6;
}
body {
  margin: 0;
  font-family: system-ui, Roboto, Arial, sans-serif;
  color: var(--text);
  background: url("../images/vecteezy_abstarct-black-luxury-satin-background_25480061.jpg") center/cover no-repeat fixed;
  line-height: 1.6;


  display: flex;
  flex-direction: column;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 0 1rem;
}
.site-header {
  background: var(--surface);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  position: sticky;
  top: 0;
  z-index: 10;
}

.site-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 64px;
}
.site-nav ul {
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  color: var(--muted);
  text-decoration: none;
  padding: .5rem .75rem;
  border-radius: .5rem;
  transition: 0.25s;
}
.project-inner {
  max-width: 350px;
  background: var(--surface-2);
  padding: 1.2rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-nav a:hover {
  color: var(--text);
  background: rgba(255,255,255,0.1);
}
.hero {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}

.hero h1 {
  font-size: 2.2rem;
  margin-bottom: 0.5rem;
}

.hero-textbox {
  max-width: 800px;
  margin: 0.5rem auto 0;
  padding: 0.8rem 1rem;
  background: none;
  border: none;
  text-align: left;
  line-height: 1.55;
}

.button {
  padding: 0.8rem 1.2rem;
  border-radius: .75rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  transition: .25s;
  margin-top: 1rem;
  margin-bottom: 0.8rem;
}

.button:hover {
  transform: scale(1.05);
}
.brand {
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  border-radius: 25px;
}
.project-feature {
  margin: 0;
  padding: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-footer {
  margin-top: auto;
  background: var(--surface);
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: 1rem 0;
  text-align: center;
  color: var(--muted);
  position: relative;
  flex-shrink: 0;
}

.project-logo {
  width: 130px;
  margin-bottom: 0.5rem;
}
main.container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  max-height: calc(100vh - 140px);
}
.overtext {
  position:absolute;
  left:45%;
  top:15%;
  background-color: #1a2330;
  border-radius: 50px;
  padding:0 20px;
}
.undertext {
  left:22%;
  position:absolute;
  top:25%;
  background-color: #1a2330;
  border-radius: 50px;
  padding:0 20px;
}
.nothing {
  text-decoration:none;
  color:white;
}
.sondre {
  width:500px;
  position: absolute;
  left:465px;
  top: 131px;
  border-radius: 30px;
  border: 30px solid grey;
}
.Odin {
  width:500px;
  position: absolute;
  top:531px;
  left:465px;
  border-radius: 30px;
  border: 30px solid grey;
}
.Sindre {
  width:500px;
  position: absolute;
  top:931px;
  left:465px;
  border-radius: 30px;
  border: 30px solid grey;
}
.bilde {
  left:46%;
  position:absolute;
  top:-30%;
}
.github {
  position:absolute;
  bottom: -100%;
}

 .bottomh {
  position: absolute;
  bottom:-100%;
  width: 100%;
  height:20%;
  left:0;
  background-color:grey;
  opacity: 0.7;
}
.megselv {
  position:absolute;
  width:70%;
  top:7%;
  left:15%;
  border-color: solid black;
  border-radius: 50px;
}
.brand2 {
  font-weight: 700;
  color: var(--text);
  text-decoration: none;
  border-radius: 25px;
  background-color: grey;
  padding:0 20px;
}
.odinsin {
  width:100%;
}
.sindresin {
  width:100%;
}
.sondresin {
  width:100%;
}