body {
    line-height: 30px;
    background-color: #f2e5d5;
}

* {
    box-sizing: border-box;
}

#myBtn {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: transparent; 
  color: white; 
  cursor: pointer; 
  padding: 15px; 
  border-radius: 10px; 
  font-size: 18px; 
}

.content-divider {
    padding-top: 50px;
    width: 100%;
    text-align: center;
    align-items: center;
    font-family: 'Italiana', serif;
    font-size: 24px;
    color: #d1b399;
}

.footer {
    padding-top: 50px;
    width: 100%;
    text-align: center;
    align-items: center;
    font-family: 'Italiana', serif;
    font-size: 12px;
    color: #8d6142;
}

.row {
    width: 100%;
    align-content: center;
    text-align: center;
    align-items: center;
    font-family: 'Italiana', serif;
    padding: 2%;
    margin: auto;
}

.imageHeader {
    width: 300px;
}

.image-container {
    text-align: end;
}

.text-container {
    font-family: 'Italiana', serif;
    color: #fff;
    font-size: 18px;
    text-align: start;
}

.button-container {
    text-align: center;
    align-content: center;
    margin: auto;
}

.image-link {
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
    width: 100%;
    padding-bottom: 10px;
}

.button-text {
    align-self: center;
    margin: auto;
    background-color: #e9d6c5;
    border: 4px solid #d1b399;
    border-radius: 38px;
    width: 100%;
    font-family: 'Italiana', serif;
    font-size: 18px;
    color: #8d6142;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding-bottom: 10px;
}

.button-text a {
    text-decoration: none;
    color: #8d6142;
}

.button-text:hover {
    background-color: #d1b399;
    color: #ffffff;
    cursor: pointer; 
}

.button-text:hover a {
    background-color: #d1b399;
    color: #ffffff;
    cursor: pointer; 
}

.tab-text {
    align-self: center;
    margin: auto;
    background-color: #e9d6c5;
    border: 4px solid #d1b399;
    border-radius: 38px;
    width: 100%;
    font-family: 'Italiana', serif;
    font-size: 18px;
    color: #8d6142;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tab-text a {
    text-decoration: none;
    color: #8d6142;
    cursor: pointer; 
}

.tab-text:hover {
    background-color: #d1b399;
    color: #ffffff;
    cursor: pointer; 
}

@media (max-width: 769px) {
    .image-container {
        text-align: center;
    }

    .text-container {
        text-align: center;
    }

    .button-container {
        margin-top: 2%;
        margin-bottom: 2%;
    }

    .row {
        padding: 0%;
    }
}

@media (max-width: 500px) {
    .image-container {
        text-align: center;
    }

    .text-container {
        text-align: center;
    }

    .button-container {
        margin: 5%;
    }

    .row {
        padding: 0%;
    }
}
