.header {
    background-color: rgba(13, 2, 15);
    position: fixed;
    width: 100%;
    height: 75px;
    z-index: 3;
    color: white;    
    line-height: 75px;
    font-family: 'Bodoni Moda', serif;
    opacity: 1;
}
.intro {
    top: 50px;
    min-width: 100%;
    position: relative;
    background-color: rgba(13, 2, 15, 0.733);
    font-family: 'Bodoni Moda', serif;
}
.samples {
    top: 100px;
    position: relative;
    font-family: 'Bodoni Moda', serif;
}
.links {
    top: 200px;
    bottom: 200px;
    position: relative;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'Bodoni Moda', serif;
}
.overlay:hover {
    opacity: 0.5;
}
.intro .center {
    position: relative;
    text-align: center;
    line-height: 0.1;
    height: auto;
    color: white;
    bottom: 45%;
}