header{
    background-image:url('../images/marbre_or.jpg');
    background-size: cover;
    text-align: center;
}

body{
    margin:0px;
    background-color: rgb(196, 196, 196);
    background-image:url('../images/background-white.jpg');
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}


h1{
    font-size: 30px ;
    font-family: 'Dancing Script', cursive;
}

space{
    color:rgb(243, 178, 0);
    text-shadow: 3px 0 black, -3px 0 black, 0 3px black, 0 -3px black,
             2px 2px black, -2px -2px black, 2px -2px black, -2px 2px black;
    font-size: 100px;
    font-weight: bold;
    font-family: 'Dancing Script', cursive;
}

#main{
    padding :5% 0% 5%;
    display: flex;
    justify-content: center;
    
}

#Text{
    border-radius: 50px;
    padding :50px;
    width: 50%;
    background-color: rgba(245, 245, 245, 0.753);
}


footer{
    color:white;
    background-color: rgb(49, 49, 49);
    text-align: left;
    padding: 2% 1% 2%;
}

footer a:link{
    text-decoration: none;
    color:white;
}
footer a:visited{
    text-decoration: none;
    color:white;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
  }
  
li {
    float: left;
}
  
li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
  
li a:hover:not(.active) {
    background-color: #111;
}
  
.active {
    background-color: #ffd900;
    color:black;
}

#cv{
    fill: rgb(255, 255, 255);
    fill-rule: nonzero;
    stroke: none;
    stroke-width: 1;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 10;
    stroke-dashoffset: 0;
}