#meny{
    background:rgb(143, 37, 37);
    height: 15vh;
    width: 100vw;
    z-index: 1;
}
#icon {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding-left: 2px;
    padding-top: 2px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    background: #ffc0c0;
    padding: 30px;
}
#button1{
    position: absolute;
    top: 0;
    right: 0; 
    z-index: 2;
    margin-right: 45vw;
    margin-top: 5vh;
    padding: 5px;
    border-radius: 5px;
}
#button2{
    position: absolute;
    top: 0;
    right: 0; 
    z-index: 2;
    margin-right: 30vw;
    margin-top: 5vh;
    padding: 5px;
    border-radius: 5px;
}
#button3{
    position: absolute;
    top: 0;
    right: 0; 
    z-index: 2;
    margin-right: 15vw;
    margin-top: 5vh;
    padding: 5px;
    border-radius: 5px;
}
#button1, #button2, #button3 {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    color: black;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

#button1:hover, #button2:hover, #button3:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
#quote{
    width: 100vw;
    position: absolute;
    top: 0%;
    text-align: center;
    font-size: 35px;
    font-family: 'Times New Roman', Times, serif;
    margin-top: 15vh;
}
#bild1{
    position: absolute;
    width: 920px;
    height: 451px;
    left: 180px;
    top: 215px;
    border-radius: 50px;
}
body{
    padding: 0%;
    margin: 0%;
    background: beige;
    height: 240vh;
    width: 100%;
}
button{
    background: transparent;
    border: 0;
}
button:hover {
    background-color: darkgray;
}
.divitems:hover{
    transform: scale(1.05);
}
/* Foter */
.fot {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: gray;
    padding: 10px;
    text-align: center;
}
/* Bilderna buy */
.window {
    background-color: #746363;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 20px;
    width: 250px;
    height: 200px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.window img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.window p {
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
.bgcitems .window {
    width: 168px;
    height: 112px;
  }
  
  .bgcitems .window img {
    height: 100%;
    object-fit: cover;
  }
  #titel1 {
    font-size: 25px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}
#Schackbräde1{
    position: absolute;
    left: 8vw;
    top: 14vh;
    width: 300px;
    height: 200px;
}
#Schackbräde2{
    position: absolute;
    left: 10vw;
    bottom: 4vh;
    width: 300px;
    height: 200px;
}
#Schackbräde3{
    position: absolute;
    right: 1vw;
    top: 15px;
    width: 300px;
    height: 200px;
}
#Schackklocka1{
    position: absolute;
    right: 8vw;
    bottom: 16vh;
    width: 300px;
    height: 200px;
}
.container{
    width: 100%;
    height: 100vh;
}
.bgcitems {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75vh;
    width: 920px;
    background: rgb(209, 36, 36);
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 180px;
    margin-top: 700px;
    border-radius: 50px;
}
  
.bgcitems div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px;
}
  
.bgcitems img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
  }