body {
    min-width: 400px;
    ;
    max-width: 1920;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    color: rgb(255, 255, 255);
    animation: fadeIn 0.8s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 5
    }
}

header {
    width: 100%;
    background-color: hsl(0, 0%, 20%);
    color: #1e1e1e;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
    overflow: hidden;
    height: 70px
}

html {
    scroll-behavior: smooth;
}

nav ul {
    list-style-type: none;
    ;
    margin: 0;
    padding: 10px;
    justify-content: space-around;
    gap: 15px;
    display: flex;




}

nav ul li {
    margin: 0;
    padding: 0;

}

nav ul li a {
    color: rgb(255, 255, 255);
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: 0, 3s, ease;
    font-size: 1.3rem;
    text-align: center;


}

/* Hover effect */
nav ul li a:hover {
    background: #00c8ff41;

}

div {
    font-size: larger;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

.html {
    scroll-behavior: smooth;
}

.home {
    background: linear-gradient(rgb(0, 136, 255), #000000 80%);
    color: white;
    font-size: xx-large;
    text-align: center;
    padding: 18%;

}

h4 {

    font-size: 40px;
}

.container {

    display: flex;
    flex-direction: column;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px;
    text-align: center;
    margin: 0, auto;
    width: 100%;
}
#OverMij{
    background:linear-gradient(to bottom darkblue,black);
}

.rectengle-text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15%;
    padding: 10%;
    width: 50%;
    border: solid rgba(255, 255, 255, 0.29) 5px;
    border-radius: 20px;
    outline: 2px solid transparent;
    transition: outline 0.3s ease, background-color 0.3s ease;
    transition: transform 1s ease;
}

.text {
    text-align: center;
    font-size: x-large;
}

.rectengle-text:hover {
    background-color: #00c8ff4a;
    outline-color: rgb(255, 255, 255);
    outline-width: 10px;
    transform: translate(0px, -10px);
}

.Container {
    display: flex;
    background: linear-gradient(#000000, #00c8ff4a 80%);
    justify-content: center;
    padding: 300px;
}

.contact-content {
    display: flex;
    justify-items: center;
    flex-direction: column;
    font-size: 2rem;
}

.contact-content h2 {
    font-size: 5rem;
    margin-top: 20px;
}

.icons i {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
    font-size: 5rem;

}

i {
    text-decoration: none;
    color: white;
    padding-top: 50px;
    font-size: 2rem;
    transition: transform 1s ease;
}

i:hover {
    transform: translate(0px, -10px);
}

.contact-content a {

    text-decoration: none;
    color: white;

}

.col-12 .icons {

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10%;
    gap: 60px;
    line-height: normal;
    padding-bottom: 50px;
}

.col-12 h1 {
    font-size: 5rem;

}

.col-12 h3 {
    font-size: 4rem;
    padding-top: 50px;
}

footer {
    width: 100%;
    background-color: rgb(36, 36, 36);
    text-align: center;
    color: white;

}

@media screen and(max-width:1024px) {
    .rectengle-text {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    nav ul li {
        padding: 0;
        margin: 0;
    }

    .Conatainer {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and(max-width:400px) {
    .rectengle-text {
        display: flex;
        justify-content: center;
        text-align: center;

    }
}

.icons {
    margin: auto;
}

nav ul li {
    padding: 0;
    margin: 0;
}

.Contaienr {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
