body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: center;
    margin-top: 100px;
}
header {
    background-color: rgb(242, 242, 242);
    width: 100%;
    margin: 0px;
    height: 90px;
    display: flex;
    justify-content: center;  
    align-items: center;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.menu{
    position: fixed;
    top: 0%;
    left: 0;
    width: 70%;
    margin-top: 95px;
    height: 50px;
    background-color: rgb(20, 20, 20);
    border-radius: 60px;
    border: 2px solid white;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
}
a{
    color: white;
    font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
}
a:hover{
    color: rgb(247, 47, 47);
    transition: 1s;
}
.contactform{
    margin-top: 10%;
    padding-bottom: 20px;
      background-color: rgb(20, 20, 20);
    border-radius: 20px;
    font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
     color: white;
    width: 80%;
    height: 350px;
     height: auto;
}
.name{
    display: flex;
    justify-content: center;
    letter-spacing: 3px;
}
html {
  overflow-y: scroll;
}
hr{
    width: 70%;
    margin-bottom: 20px;
}

a{

    color: white;
    font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    line-height: 1.7;
}

a:hover{
    color: rgb(247, 47, 47);

        
}
button:hover{
    color: rgb(247, 47, 47);
    transition: 1s;
}
.details{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
p {
    font-size: 24px; /* Slightly smaller for mobile */
    margin: 5px 10px;
    text-align: center;
    word-wrap: break-word;
}
.Valjean{
    display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: center;
    margin-bottom: 20px;
}
.card{
    height: 150px;
    padding-top: 40px;
    padding-left: 30px;
    padding-bottom: 20px;
}
.copy{
    position: static;
    left: 0;
    bottom: -10;
    width: 100vw;
    font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    margin-top: auto;
    height: 40px;
    background-color: rgb(20, 20, 20);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    font-size: 20px;
}


/* Desktop (default) */
@media (min-width: 1025px) {



    .menu{
        width: 50%;
        margin-left: 15%;
    }

    .contactform{
    margin-top: 5%;
    padding-bottom: 20px;
      background-color: rgb(20, 20, 20);
    border-radius: 20px;
    font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
     color: white;
    width: 80%;
    height: 350px;
     height: auto;
}

}



/* Smartphones */
@media (max-width: 768px) {

    header {
        width: 100%;
        min-width: 0;
        left: 0;
        right: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        border-radius: 0;
        height: 70px;
    }
    header img {
        height: 70px;
        width: auto;
        display: block;
        margin: 0 auto;
        max-width: 90%;
    }

    .menu{
        width: 70%;
        top: -20px;
        margin-left: 5%;
          margin-right: 5%;
    }

    
}
