html, body{
    margin: 0;
    font-family: "Poppins", sans-serif;
    /* background-color: #765c28; */
    cursor: url(assets/cursor.png), auto;
    scroll-behavior: smooth;
}


h1{
    font-family: 48px;
    
}

h3{
    font-size: 56px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 66px;
}

h4{
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px;
}

p {
    font-size: 16px;
    line-height: 28px;
}

.blank{
    margin-top: 150px;
}

.button{
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    border: 1px solid #000000;
    padding: 8px 48px 8px 48px;
    color: #000000;
    transition: .5s;
}

.button:hover{
    background-color: #000000;
    color: #ffffff;
}

.slide-images{
    padding: 10px;
    overflow: hidden;
    margin: 0 auto;
    width: 1080px;
}

.slide-images img{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 50px;
    width: 100%;
    height: auto;
}