html, body {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    overflow: scroll;
}

a:link,
a:visited {
    color: black;
}
.no-underline {
    text-decoration: none;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.hero {
    width: 100%;
    height: 100%;
    text-align: center;
}
.Service {
    width: 100%;
    height: 100%;
    text-align: center;
}
.Space {
    padding-top: 10%;
}


body.page-abkhazia-forever {
    background-color: #222;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    overflow-y: auto;
}
body.page-abkhazia-forever .content-container {
    position: relative;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 0;
}
body.page-abkhazia-forever p {
    font-size: 20px;
    margin: 20px;
    position: relative;
    z-index: 1;
}
body.page-abkhazia-forever #canvas-container,
body.page-abkhazia-forever #canvas-container-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
body.page-abkhazia-forever .buffer {
    height: 50px;
}
body.page-abkhazia-forever #my-paragraph,
body.page-abkhazia-forever #my-paragraph-2 {
    text-decoration: none;
    cursor: pointer;
}

body.page-abkhazia-history {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  
  body.page-abkhazia-history a.no-underline {
    text-decoration: none;
    color: black;
  }
  
  body.page-abkhazia-history p {
    text-align: center;
  }
  
body.page-horn-speakers .image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
  }
  
  body.page-horn-speakers .image-container img {
    width: 300px;    
    height: auto;
    margin: 10px;    
    object-fit: cover;
    border-radius: 8px;  
  }
  
  body.page-horn-speakers #canvas-container,
  body.page-horn-speakers #canvas-container-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  
  body.page-horn-speakers #my-paragraph,
  body.page-horn-speakers #my-paragraph-2 {
    text-decoration: none;
    cursor: pointer;
  }
  
  body.page-horn-speakers .buffer {
    height: 50px; 
  }
  
