body{
    background-color:#230f89;
    justify-content:center;
}


h1,
h2,
label,
p,
td,
div,
a{
    color:white;
    font-family:"Verdana", sans-serif;
}

nav {
            background-color: #333;
            overflow: hidden;
        }

nav a {
            float: left;
            display: block;
            color: white;
            text-align: center;
            text-decoration: none;
            padding: 14px 16px;
        }

nav a:hover {
            background-color: #ddd;
            color: black;
        }
}

div.imageLinks {
            align-self:center;
            background-color: white;
            overflow: hidden;
        }
        div.imageLinks a {
            float: left;
            display: block;
            color: white;
            text-align: center;
            text-decoration: none;
            padding: 14px 90px;
        }

        div.imageLinks a:hover {
            background-color: #ddd;
            color: black;
        }
        
        div.imageLinks img {
            border-style:solid;
            background-color: #ddd;
            height: 250px;
            width: 250x;

}

div.overlay-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 24px;
            font-weight: bold;
        }
     

div.wrapper {
    margin: 0 auto;
    width: 1300px;
}

div.banner {
            text-align: center;
            padding: 20px;
            background-color:#5e41b8;
            color: white;
        }
div.banner img {
            float:center;
            max-width: 100%;
            height: auto;
        }

.links {
    display:block;
    position: absolute;
    left: 200px ;
    top: 200px;
    height: 0;
    width: 200px;
    background-color:black;
    border-color: black;
    border-width: 1px;
    border-radius: 10px;
    overflow:hidden;
    transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 11;
}

.links.open {
    height: 75px;
}

.links li{
    list-style:none;
    padding: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.links a {
            float: left;
            display: block;
            color: white;
            text-align: center;
            text-decoration: none;
            padding: 14px 16px;
        }

.links a:hover {
            background-color: #ddd;
            color: black;
        }

        
        

