body {
    margin: 0;
    
}

.heading{
    background-color: rgb(0, 0, 0);
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-logo{
    font-size: 30px;
    background-color:rgb(0, 0, 0);
    color: white;
    border-style: none;
    font-family: 'Bebas Neue';
    margin-left: 20%;
    margin-right: 15%;
    cursor: pointer;
}

.header-links {
    background-color: black;
    border-style: none;
    color: white;
    margin-left: 30px;
    font-size: 20px;
    font-family: 'Playfair Display';
    cursor: pointer;
}

.header-links:hover{
    transition: 1s;
    margin-left: 25px;
    margin-right: -7px;
    font-size: 25px;
}

.home-image{
    background-image: url('images/background.jpeg');
    background-repeat: no-repeat;
    background-size: cover;

    height: 500px;
    text-align: center;
    color: white;
}