html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: sans-serif;
    background-color: #6c7a89;
  }
   
  .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
   
  .container {
    background: linear-gradient(to right, #fceabb, #f8b500);
    border-radius: 15px;
    overflow: hidden;
    width: 1300px;
    max-width: 100vw;
    box-shadow: 0 0 20px rgba(5,5,5,5.5);
    position: relative;
  }
   
  header{
    background-color: black;
    color: white;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .main-image{
    width: 100%;
  }
  .rubrik{
    margin: 0;
    font-size: 24px;
    text-decoration: none;
    color: white;
  }

  nav {
    display: flex;
    gap: 10px;
  }

  nav button {
    background-color: #444;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    transform: transition 0.3s ease;
  }
  nav button:hover{
    transform: scale(1.05);
  }

  .profile {
    display: flex;
    align-items: center;
    padding: 20px;
  }
  .profile img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 20px;
    border: 4px solid white;
  }
  .profile-text h2 {
    margin: 0;
    font-size: 22px;
  }
   
  header h1 {
    margin: 0+sans-serif;
    font-size: larger;
  }
  .profile-text h3{
    margin-top: 0;
    margin-bottom: 5px;
  }
  .profile-text p{
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .profile-text{
    bottom: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    margin-bottom: 10px;
    height: 120px;

  }
  .intro-box {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    margin-bottom: 60px;
    height: 120px;
    width: 800px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: larger;
  }
   
  .intro-box h3 {
    margin-top: 0;
    margin-bottom: 5px;
  }
   
  .intro-box p {
    margin: 0;
    font-size: 16px;
  }
footer{
  background-color: black;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 51px;
  width: 1300px;
}
/*Recept sidan*/

.tabbel{
    text-align: center;
    width: 1200px;
    margin: auto;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    margin-top: 20px;
}
.wrappermain{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150vh;
}
.containermain{
  background: linear-gradient(to right, #fceabb, #f8b500);
  border-radius: 15px;
  overflow: hidden;
  width: 1300px;
  max-width: 100vw;
  box-shadow: 0 0 20px rgba(5,5,5,5.5);
  position: relative;
}
.maträtt{
    height: 250px;
    width: 250px;
}
caption{
  height: 80px;
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
th{
  width: 100px;
}
td button{
  background-color: #444;
  border-style: hidden;
  scale: 2;
  width: 125px;
  height: 18px;
  text-align: center;
  transition: transform 0.3s ease;
}
td button:hover{
  transform: scale(1.05);
  background-color: #5c5b5b;
}
td a{
  text-decoration: none;
  color: aliceblue;
}
table{
    height: 300px;
    border-radius: 12px;
    padding-bottom: 7px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
/*kontaktsida*/

.wrapperkontakt{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh
}
.containerkontakt{
  background: linear-gradient(to right, #fceabb, #f8b500);
  border-radius: 15px;
  overflow: hidden;
  width: 1300px;
  max-width: 120vw;
  box-shadow: 0 0 20px rgba(5,5,5,5.5);
  position: relative;
}

.kontakt{
  float: right;
  background-color: rgba(255, 255, 255, 0.7);
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  width: 50%;
  height: 250px;
}
.kontaktbildcontainer{
  float: left;
  width: 40%;
}
.kontaktbild{
  border-style: solid;
  border-radius: 50%;
  height: 260px;
  margin-left: 100px;
  margin-top: 20px;
}
/*recept*/

.wrapperrecept{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 125vh
}
.containerrecept{
  display: grid;
  grid-template-rows: auto auto auto;
  background: linear-gradient(to right, #fceabb, #f8b500);
  border-radius: 15px;
  overflow: hidden;
  width: 1300px;
  max-width: 120vw;
  box-shadow: 0 0 20px rgba(5,5,5,5.5);
  position: relative;
}
.receptbild{
    margin: auto;
    width: 500px;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);

}
.recepttext{
    float: right;
    background-color: rgba(255, 255, 255, 0.7);
    right: 20px;  
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    height: 95%;
    margin-bottom: 20px;
    width: 700px
}
li{
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: larger;
  margin: 3px;
}
.recept{
  min-height: 700px;
  padding: 20px;
}

.fottext{
  text-align: center;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: larger;
  float: left;
  width: 458px;
  background-color: rgba(255, 255, 255, 0.7);
  margin-left: 12px;  
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  height: 95%
}
