body {
    background-color: rgb(245, 220, 188);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.logo {
    width: 30%;
}

.homecontainer {
    margin-top: 31px;
    margin-left: 200px;
}

.store {
    display: flex;
}

.not {
    background-color: rgb(251, 255, 0);
    text-decoration: none;
    font-size: 30px;
    padding: 15px 60px;
}

.not:hover {
    background-color: aqua;

}

.title {
    width: 40%;
    justify-content: center;
    background-color: rgb(200, 200, 238);
    color: black;
    font-size: 15px;
    text-align: center;
    height: 135.5px;
}

.prisoner_image {
    width: 30%;
    height: 135.5px;
}

.linknav {
    margin-left: -50px;
}

.linknav ul {
    list-style: none;
    width: 100%;
}

.linknav li {
    float: left;
    position: relative;
    width: auto;
    list-style: none;
}

.linknav a {
    background-color: rgb(251, 255, 0);
    display: block;
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    color: blue;
    transition: all 0.2s ease;
    font-weight: 540;
}

.linknav li a:hover {
    background-color: rgb(0, 255, 234);
}

.goog-te-gadget img {
    display: none !important;
}

.goog-te-combo {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    background-color: #fff;
    color: #333;
}

.goog-te-combo-arrow {
    display: none;
}

.goog-te-menu-value {
    font-size: 14px;
    color: #333;
}

#languages {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: 1;
}

li:hover #languages {
    opacity: 1;
    top: 60px;
    left: -40px;
    visibility: visible;
}

#languages li a:hover {
    background-color: rgb(253, 143, 0);
}

#languages li {
    width: 100%;
}

.title h1 {
    margin-top: 5px;
}

.header {
    display: flex;
    margin-bottom: -20px;
}

footer {
    text-align: center;
    background-color: rgb(41, 41, 41);
    color: rgb(255, 255, 255);
    font-family: 'Times New Roman', Times, serif;
    font-size: 17px;
    margin-top: 333px;
    margin-bottom: auto;
}