* {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body {
    background-image: url('images/Background.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

.topnav {
    background-color: rgb(55, 42, 58);
    overflow: hidden;
    border: 10px solid rgb(38, 29, 40);
    
}

.topnav a {
    float: left;
    color:rgb(253, 190, 255);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: white;
    color: black;
}

h1 {
    font-size: 75px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-shadow: 2px 2px 5px rgb(255, 130, 151);
    text-transform: uppercase;
}

nav {
    font-size: 24px;
    color:rgb(0, 0, 0) ;
    text-align: center;
}

.images_art > .image {
    border: 10px solid black;
    width: 40vmin;
    height: 56vmin;
    object-fit: cover;
    object-position: center;
}

.images_art {
    display: flex;
    gap: 4vmin;
    left: 5%;
    top: 50%;
}

