body{
    font-family: Futura,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:100;
    background-color:#000000;
    color:white;
    letter-spacing: 2px;
    padding:0px;
}


a{
    text-decoration: none;
    color:white;

}
a:visited{
    color:white;
}

a:hover{
    background: #ddd;
    color: black;
}

#dasVideo {


    min-width: 100%; 
    min-height: 100%;
}

.content2 {
    position: fixed;
    top:0%;
    background: rgba(10, 10, 10, 0.8);
    color: #f1f1f1;
    width: 100%;
    padding: 10px;
    
    font-size:18px;
}
.btn{
    width:250px;
    font-size: 18px;

    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
    margin-top:10px;
    font-family: Futura,"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:100;
    text-align:left;
    letter-spacing:3px;
}

.btn:hover {
    background: #ddd;
    color: black;
}

.credit{
    font-size:14px;
    font-style:italic;
}
#work{
    margin-top:20px;
    font-size:22px;
}

#work a{
    color:white;
    text-decoration: none;
}
#work a:hover{
    color:#72bcd4;
    text-decoration: none;
}
.gico{
    font-size:38px;
    padding-left:10px;
}

.btn2{
    margin-top:10px;
    width:250px;

}
.btn2:hover{
    background:#ddd;
    color:black;
    cursor:pointer;
}