#blackRow {
    margin: 0px;
    padding: 0;
    height: 70px;
    background-color: #bc002d;
    }

    h2 {
        position: relative;	
        font-size: 350%;
        font-family: Georgia, 'Comic Sans', serif;
        font-weight: normal;
        margin-bottom: 10em;
        bottom: 625px;
        text-align: center;
        font-family: Arial, Helvetica, sans-serif;

      }

    #blackrow {
        margin: 0px;
        padding: 0;
        height: 100px;
        background-color: white;
        bottom: 20px;
        }

    .bilder {
        padding: 20px;
    }

    .cssbutton {
        position: relative;
        color: black;
        background-color: #bc002d;
        padding: 10px;
        font-size: 26px;
        left: 150px;
        overflow: hidden;
        border-radius: 4rem;
        text-decoration: none;
        bottom: 66px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-shadow: 1px 2px 3px #222222;
    }

body {
    padding: 0;
    margin: 0%;
width: 100%;
height: 100vh;
background-color: #DBDBDB;
}


a:hover {
    background-color: #C30000;
    transition: all 0.2s;
}
