body {
    margin: 0;
    padding: 0;
    background-color: rgb(255, 153, 128);
}
.Header {
    position: sticky;
    z-index: 1;
    top: 20px;
    left: 11.8%;
    border-radius: 15px;
    background-color: rgb(255, 228, 188);
    height: 12vh;
    width: 75vw;
}
.Middle {
    z-index: 2;
    background-color: rgb(255, 153, 128);
    height: 70vh;
}
.Footer {
    position: absolute;
    background-color: rgb(255, 228, 188);
    height: 10vh;
    border-radius: 15px;
    height: 15vh;
    width: 85vw;
    z-index: 1;
    bottom: 15px;
    left: 7%;
}
.Title {
    font-style: italic;
    font-size: 3.2vw;
    margin: 0;
    position: absolute;
    top: 20%;
    left: 35%;
}
.Booking {
    line-height: 7vh;
    text-align: center;
    background-color: rgb(252, 76, 76);
    height: 7vh;
    border-radius: 15px;
    width: 20vw;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 2.8vw;
    margin: 0;
    position: absolute;
    top: 35%;
    left: 26%;
    transition: font-size 0.75s, height 0.75s, color 0.75s;
}
.Membership {
    line-height: 7vh;
    text-align: center;
    background-color: rgb(252, 76, 76);
    height: 7vh;
    border-radius: 15px;
    width: 20vw;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 2.8vw;
    margin: 0;
    position: absolute;
    top: 35%;
    left: 50%;
    transition: font-size 0.75s, height 0.75s, color 0.75s;
}
.Membership:hover {
    height: 7.4vh;
    font-size: 3.3vw;
    color: rgb(255, 164, 104);
}
.Booking:hover {
    height: 7.4vh;
    font-size: 3.3vw;
    color: rgb(255, 164, 104);
}
.Logo {
    position: absolute;
    z-index: 0;
    margin-top: 0.6%;
    height: 10vh;
    width: 4.5vw;
    margin-left: 2%;
}
.AnimalsLink {
    margin-top: 2.5vh;
    position: absolute;
    line-height: 7vh;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.75vw;
    height: 10vh;
    width: 4.5vw;
    margin-left: 19.5%;
    transition: font-size 0.75s, color 0.75s;
}
.AnimalsLink:hover {
    font-size: 1.85vw;
    color: rgb(255, 164, 104);
}
.AboutLink {
    margin-top: 2.5vh;
    position: absolute;
    line-height: 7vh;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.8vw;
    height: 10vh;
    width: 4.5vw;
    margin-left: 31.75%;
    transition: font-size 0.75s, color 0.75s;
}
.AboutLink:hover {
    font-size: 1.9vw;
    color: rgb(255, 164, 104);
}
.PlanLink {
    margin-top: 2.5vh;
    position: absolute;
    line-height: 7vh;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.85vw;
    height: 10vh;
    width: 4.5vw;
    margin-left: 43%;
    transition: font-size 0.75s, color 0.75s;
}
.PlanLink:hover {
    font-size: 1.95vw;
    color: rgb(255, 164, 104);
}
.NewsLink {
    margin-top: 2.5vh;
    position: absolute;
    line-height: 7vh;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.85vw;
    height: 10vh;
    width: 4.5vw;
    margin-left: 53%;
    transition: font-size 0.75s, color 0.75s;
}
.NewsLink:hover {
    font-size: 1.95vw;
    color: rgb(255, 164, 104);
}
.LoginLink {
    margin-top: 2.5vh;
    position: absolute;
    line-height: 7vh;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.8vw;
    height: 10vh;
    width: 4.5vw;
    margin-left: 64%;
    transition: font-size 0.75s, color 0.75s;
}
.LoginLink:hover {
    font-size: 1.9vw;
    color: rgb(255, 164, 104);
}
.BookLink {
    margin-top: 2.5vh;
    position: absolute;
    line-height: 7vh;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.85vw;
    height: 10vh;
    width: 4.5vw;
    margin-left: 75%;
    transition: font-size 0.75s, color 0.75s;
}
.BookLink:hover {
    font-size: 1.95vw;
    color: rgb(255, 164, 104);
}
.TCLink {
    margin-top: 3.75vh;
    position: absolute;
    line-height: 7vh;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.8vw;
    height: 10vh;
    width: 20vw;
    margin-left: 20%;
}
.PoliciesLink {
    margin-top: 3.75vh;
    position: absolute;
    line-height: 7vh;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.8vw;
    height: 10vh;
    width: 20vw;
    margin-left: 41%;
}
.ContactUsLink {
    margin-top: 3.75vh;
    position: absolute;
    line-height: 7vh;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 1.8vw;
    height: 10vh;
    width: 20vw;
    margin-left: 58%;
}
.AnimalTiger {
    line-height: 7vh;
    text-align: center;
    color: white;
    background-color: rgb(255, 255, 255);
    height: 40vh;
    border-radius: 15px;
    border: 0.2vw;
    border-style: solid;
    border-color: black;
    width: 15vw;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 0vw;
    margin: 0;
    position: absolute;
    top: 35%;
    left: 20%;
    transition: font-size 0.75s, background-color 0.75s;
}
.TigerImg {
    line-height: 7vh;
    text-align: center;
    color: white;
    background-color: rgb(255, 255, 255);
    height: 40vh;
    border-radius: 15px;
    border: 0.2vw;
    border-style: solid;
    border-color: black;
    width: 15vw;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 0vw;
    margin: 0;
    position: absolute;
    top: 35%;
    left: 20%;
    transition: opacity 0.75s;
}
.TigerContainer:hover .TigerImg {
    opacity: 20%;
}

.TigerContainer:hover .AnimalTiger {
    font-size: 3vw;
    background-color: rgb(51, 34, 34);
}
.AnimalMonkey {
    line-height: 7vh;
    text-align: center;
    color: white;
    background-color: rgb(255, 255, 255);
    height: 40vh;
    border-radius: 15px;
    border: 0.2vw;
    border-style: solid;
    border-color: black;
    width: 15vw;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 0vw;
    margin: 0;
    position: absolute;
    top: 35%;
    left: 40%;
    transition: font-size 0.75s, background-color 0.75s;
}
.MonkeyImg {
    line-height: 7vh;
    text-align: center;
    color: white;
    background-color: rgb(255, 255, 255);
    height: 40vh;
    border-radius: 15px;
    border: 0.2vw;
    border-style: solid;
    border-color: black;
    width: 15vw;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 0vw;
    margin: 0;
    position: absolute;
    top: 35%;
    left: 40%;
    transition: opacity 0.75s;
}
.MonkeyContainer:hover .MonkeyImg {
    opacity: 20%;
}

.MonkeyContainer:hover .AnimalMonkey {
    font-size: 3vw;
    background-color: rgb(51, 34, 34);
}

.AnimalLion {
    line-height: 7vh;
    text-align: center;
    color: white;
    background-color: rgb(255, 255, 255);
    height: 40vh;
    border-radius: 15px;
    border: 0.2vw;
    border-style: solid;
    border-color: black;
    width: 15vw;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 0vw;
    margin: 0;
    position: absolute;
    top: 35%;
    left: 60%;
    transition: font-size 0.75s, background-color 0.75s;
}
.LionImg {
    line-height: 7vh;
    text-align: center;
    color: white;
    background-color: rgb(255, 255, 255);
    height: 40vh;
    border-radius: 15px;
    border: 0.2vw;
    border-style: solid;
    border-color: black;
    width: 15vw;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 0vw;
    margin: 0;
    position: absolute;
    top: 35%;
    left: 60%;
    transition: opacity 0.75s;
}
.LionContainer:hover .LionImg {
    opacity: 20%;
}

.LionContainer  :hover .AnimalLion {
    font-size: 3vw;
    background-color: rgb(51, 34, 34);
}

.LoginCenter {
    position: absolute;
    z-index: 1;
    top: 24%;
    left: 30%;
    border-radius: 15px;
    background-color: rgb(255, 228, 188);
    height: 50vh;
    width: 35vw;
}
.UsernameBox {
    position: relative;
    top: 8%;
    left: 12.5%;
    height: 10vh;
    width: 26vw;
    font-size: 2.5vw;
}
.PasswordBox {
    position: relative;
    top: 14%;
    left: 12.5%;
    height: 10vh;
    width: 26vw;
    font-size: 2.5vw;
}
.ConfirmBox {
    position: relative;
    top: 20%;
    left: 23%;
    height: 9vh;
    width: 18vw;
    font-size: 2.5vw;
}
.SignUpLink {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    position: relative;
    top: 4%;
    left: 13%;
    font-size: 1.7vw;
}
.OpeningInfo {
    font-style: italic;
    font-size: 2.2vw;
    margin: 0;
    position: absolute;
    top: 30%;
    left: 23%;
}
.ZooInfo {
    font-style: italic;
    font-size: 1.4vw;
    margin: 0;
    position: absolute;
    top: 40%;
    left: 15%;
    height: 9vh;
    width: 65vw;
}