body, html{
    color: white;
    height: 100%;
}

a{
    color: white;
}

.background{
    background-image: url(img/sudvin.jpg); 
    position: fixed; 
    top: 0; 
    left: 0; 
    min-width: 100%;
    min-height: 100%;
    height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.infos{
    text-align: center;
    display: block;
    background-color: #884341;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    border-radius: 20px;
}

h1{
    font-size: 25px;
    font-weight: lighter;
}

h2{
    font-family: "brush-script-std", sans-serif;
    font-size: 65px;
    margin: 10px;
    font-weight: lighter;
}