body {
    margin:0px;
    padding:0px;
    position: relative;
    background-color: rgb(19, 19, 19);
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: white;
    /*overflow-y: hidden; /* Hide vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
}

.page{
    height:100vh;
    background-image: linear-gradient(to bottom right, rgb(0, 0, 0), rgb(48, 1, 1));
}

.header{
   
}
a:link{color: white;}
a:visited{color: white;}


h1{
    font-size: 25px;
    margin-bottom: 0.0em;
}
.contacte{
    margin-top: 2em;
}
.contener{
    position: absolute;
    height: 95%;
    width: 100%;
    text-align: center;
}
.img1{
    width:100%;
    height:400px;
    object-fit:cover ;
    user-select: none;
}

.img2{
    width:100%;
    max-width: 500px;
    object-fit:cover ;
    user-select: none;
    text-align: left;
}

.footer{
    padding: 10px;
    position: absolute;
    bottom: 0px; 
    width: 100%;
    vertical-align:bottom ;
    
}