
body{
    font-family: "Poiret One";
    background: #000000;
/*    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(166, 166, 166, 1) 50%, rgba(112, 112, 112, 1) 100%); */
}

h1 {
font-size: 35px;
}

.major-mono-display-regular {
    font-family: "Major Mono Display", monospace;
    font-weight: 400;
    font-style: normal;
}

.poiret-one-regular {
    font-family: "Poiret One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.box_min{
    min-height: 20px;
}

.content_section{
    min-height:500px;
}

.content_section_big{
    min-height:800px;
}

.logo{
    width: 240px;
    text-align: center;
}

.headline{
    font-size: 60pt;
    font-weight: bold;
}

img {
    display: block;
    margin: auto;
    width: 50%;
    }

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover{
   color: darkred;
}

.contact a{
    font-weight: bold;
}
.contact a:hover{
    color: black;
}


.member_portrait{
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.member_position{
    font-size:37pt;
    font-weight:bold;
}

.project_img{
    height:500px;
}

.top{
    background-color: red;
    position: fixed; 
    bottom: 0; 
    right: 0; 
    padding: 15px;
    border-radius: 25px;
    font-size: 20px;
}

blockquote{
    font-size: 25px;
}