body {
    margin: 0;
    background-image: url("../img/intaktus_team.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: black;
    height: 100vh;
    font-family: 'Fira Sans';
}

.content {
    display: flex;
    justify-content: center;
    align-items: end;
    height: calc(100vh - 130px);
}

.btn{
    background-color: #4D101D;
    width: 200px;
    padding: 12px 40px;
    color: #FFFFFF;
    font-size: 16px;
    border: none;
    text-decoration: none;
}

.btn:hover{
    cursor: pointer;
    background-color: #6C3742;
}