*{box-sizing: border-box;}

.site-badge {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #000;
    z-index: 1000;
}

.site-badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f2f2f2;
  box-sizing: border-box;
}

/* ============================
   🧱 Layout
============================ */
.container {
  width: 240px;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  
}

/* ============================
   🔘 Knappar
============================ */



.rund-knapp {
  background-color: rgb(50, 246, 24);
  color: black;
  border: 5px solid black;
  border-radius: 100vw;
  width: 100px;
  height: 100px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.rund-knapp:hover {
  background-color: #555;
}

/* ============================
   🖼️ Bilder
============================ */
.bilder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  flex: 1;
  min-width: 250px;
  text-align: right;
}

.bilder img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
}

/* ============================
   📱 Mobilanpassning
============================ */
@media (max-width: 768px) {
  .content {
    flex-direction: column; /* håller allt i samma radgrupp */
    align-items: center;
    justify-content: right;
  }

  .buttons, .bilder {
    flex: 1 1 45%; /* gör att knappar & bilder delar ytan */
    justify-content: center;
  }

  .rund-knapp {
    width: 60px;
    height: 60px;
    font-size: 12px;
  }

  .bilder img {
    width: 100px;
    height: 100px;
  }

  .buttons a {
    width: 100px;
    height: 60px;
    font-size: 14px;
    padding: 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
  }
}

*{
box-sizing: border-box;
}

body{

background-color: purple;
background-size: cover;
background-repeat: no-repeat;
}


.buttons a {
  text-decoration: none;
  text-align: center;
  border: 5px solid black;
  padding: 30px;
  margin-bottom: 10px;
  width: 200px;
  height: 100px; /* rätta till stort H till litet h */
  background-color: rgb(50, 246, 24);
  border-radius: 100vw;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}


p {
margin-top: 30px;
margin-bottom: 30px;
font-size: 40px;
padding-bottom: 20px;
align-items: center;


}

.contact {
  display: block;
  background-color: rgb(50, 246, 24);
  width: 200px;
  height: 75px;
  padding-top: 20px;
  border: 5px solid black;
  border-radius: 100vw;
  text-align: center;
  margin-right: auto;

}

a:link{
color: rgb(11, 49, 61)
}

a:visited{
color: darkblue
}

a:hover{
text-decoration: underline;
color:blue;

}

a:active{
color: darkblue;
}

.kontakt{
text-align: center;
}

h1, h2 {
  text-align: center;
}

.buttons { flex: 1; }
.bilder { flex: 1; text-align: right; }
.bilder img { max-width: 100%; height: auto; }
.bilder img{
  width: 100%;
  height: auto;
    border-radius: 100vw;
    border: 5px solid black;
    justify-content: center;

}

.a-img{
    width: 60%;
    height: auto;
        border-radius: 100vw;
        border: 5px solid black;
}
