body {
    background-image: url("https://i.pinimg.com/736x/89/93/9a/89939a8d37991a68d722a5de24cea4d9.jpg");
    background-size: cover;
    overflow: hidden;
}

.container {
    padding: 40px;
    margin: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 80vh;
    border-radius: 20px;
    overflow-y: auto;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    border: 2px solid antiquewhite;
}

.container::-webkit-scrollbar {
    display: none;
}

h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(215, 172, 114);
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    padding-left: 50px;
    text-decoration: underline;
}

h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(215, 172, 114);
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
    padding-left: 50px;
    text-decoration: underline;
}

.logo {
    height: 20vh;
    margin-left: 20px;
    border-radius: 20px;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.783);
    transition: transform ease 0.3s;
}

.logo:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px 8px rgba(255, 163, 35, 0.66);
}

.logo2 {
    height: 30vh;
    margin-left: 600px;
    border-radius: 20px;
    box-shadow: 2px rgba(0, 0, 0, 0.783);
    transition: transform ease 0.3s;
}

.logo2:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px 8px rgba(255, 163, 35, 0.66);
}

.logo3 {
    height: 30vh;
    margin-left: 500px;
    border-radius: 20px;
    box-shadow: 2px rgba(0, 0, 0, 0.783);
    transition: transform ease 0.3s;
}

.logo3:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px 8px rgba(255, 163, 35, 0.66);
}

.logo4 {
    height: 30vh;
    margin-left: 530px;
    border-radius: 20px;
    box-shadow: 2px rgba(0, 0, 0, 0.783);
    transition: transform ease 0.3s;
}

.logo4:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px 8px rgba(255, 163, 35, 0.66);
}

p {
    color: antiquewhite;
    font-size: 25px;
}

li {
    display: flex;
    justify-content: center;
    align-items: center;
}

li a {
    color: rgb(255, 190, 104, 1.0);
    font-size: 30px;
    padding-inline: 35px;
    text-decoration: none;
    border-radius: 20px;
    background-color: rgba(75, 41, 0, 0.769);
}

li a:hover {
    background-color: rgba(75, 41, 0, 0.549);
    color: rgba(255, 190, 104, 0.706);
}