.FrontText {
    color: rgb(00, 55, 00);
    font-family: 'Happy Memories', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 25vh, 25vw;
    font-size: 50px;
    border: 3px solid green;
    border-radius: 15px;
    background-size: 100px 150px;
    background-color: rgb(00, 150, 00);
    padding: 15px;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.background {
    background-image: url('IMG_0388.webp');
}
@font-face {
    font-family: 'Happy Memories';
    src: url('Happy Memories.ttf');
}

#Intro {
    transition: background-color 1.0s ease, transform .5s ease, color 1.0s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 5px solid black;
    border-radius: 30%;
    transition: transform 0.5s ease;
    box-shadow: 5px 5px 5px 5px;
    background-image: url('BranchBackground.jpg');
}

.IMG1 {
    transition: 1.0s ease, transform .5s ease, color 1.0s ease;
}

.FrontDescription {
    font-family: 'Happy Memories', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    display: flex;
    justify-content: center;
    border: 1px solid black;
    border-radius: 15px;
    background-size: 100px 150px;
    background-color: rgb(0, 168, 0);
    font-size: 20px;
}

.IMG1:hover {
  background-color: white;
  color: white;
  transform: rotate(25deg);
  transform: translate(5px, 0px);
  }

  .BackgroundImage {
    display: flex;
    position: absolute;
    z-index: -2;
  }

.callBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    padding: .65rem 1.5rem;
    cursor: pointer;
    border: 2px solid transparent;
    text-decoration: none;
}

#infoList {
    transition: background-color 1.0s ease, transform .5s ease, color 1.0s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 5px solid black;
    border-radius: 30%;
    transition: transform 0.5s ease;
    box-shadow: 5px 5px 5px 5px;
    background-image: url('BranchBackground.jpg');
}

.infoImage {
    height: 400px;
    width: 300px;
    transition: 1.0s ease, transform .5s ease, color 1.0s ease;
    border: 5px solid black;
    border-radius: 10%;
}

#infoList {
    display: flex;
    justify-content: left;
    padding: 15px;
    background-image: linear-gradient(to bottom right green, cyan);
}

.infoImage:hover {
    border: 5px solid skyblue;
    border-radius: 80%;
    rotate: -35deg;
    translate: -50px -10px;
    
}

.info {
    display: flex;
    justify-content: left;
}