a:link {
    color: #d82d85;
}

body {
    background-color: #000000;
}

.buttons { display: block; text-align: right; }
.buttons .btn { float: none; }

.title {
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-family: 'Abel';
    font-size: 9vmin;
    margin: 0;
    padding: 0;
}

.answer {
    color: rgb(255, 255, 255);
    font-family: 'Abel';
    font-weight: bold;
    font-size: 5vmin;
    margin: 0;
    padding: 0;
}

.notes {
    color: rgb(255, 255, 255);
    font-family: 'Abel';
    font-size: 2vmin;
}

.fixed-bg {
    position:fixed;
    top:0;
    opacity: 50%;
    /* z-index: 1; */
    width:100vw;
    height:100vh;
    background-image: url("img/achtergrond.jpg");
    background-repeat: no-repeat;
    background-size: cover;

}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
