/* elements */
h1, h2, h3{font-family: Garamond;}
h2{font-size: 8rem;
        text-align: center;
        color: rgb(27, 172, 239);
        text-shadow: 2px 2px 3px black;}
h4{font-size: 2rem;
        text-align: center;
        color: rgb(3, 88, 13);}


        /* Index */

/* class */
.top-container{text-align: center;
        background-image: url("../Images/dutch.jpg");
        padding-bottom: 550px;}
.top-container h3{ font-size: 4rem;
        color: crimson;
        font-family: 'Courier New', Courier, monospace;
        font-weight: bold;}
.title{font-size: 10rem;
        color: rgb(10, 94, 196);
        font-weight: bolder;
        text-shadow: 2px 2px 3px white;
        text-align: center;}
.mail{color: rgb(4, 37, 51);
        font-weight: bolder;
        font-size: 2rem;
        padding: 50px;
        text-shadow: 2px 2px 3px white}
.mail a{color: rgb(1, 1, 17);}


/* ID */

#frontcolumns {text-align: center;}
#frontcolumns img {display: block;
        margin: 0 auto; /* Center horizontally */
        width: 30%; /* Adjust as needed */
        height: auto;}
