body {
    background: #000;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.title {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
    font-size: 50;
}

body div{
    text-align: center;
    margin-top: 200px;
    margin-bottom: 300px;
    border-radius: 15px;
    height: 300px;
    color: #000;
    background-color: #fff;
    width: 500px;
    margin: auto;
}

body a {
    text-decoration: none;
}

.text-in-div {
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 30;
    margin-bottom: 5px;
}

.div-titel {
    padding-top: 20px;
}

.homepage-cards {
    margin-bottom: 50px;
}

footer {
    text-align: center;
}