.header{
    background-image: url(images/index/10.jpg);
    background-repeat: repeat;
    background-position: center;
    width: auto;
    max-height: 600px;
}
.header h2{
    margin: 0;
    font-size: 3rem;
    font-weight: 600;
    color: #000019;
    letter-spacing: 2px;
}
.header p{
    margin: 1rem auto;
    color: #000019;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
}
.header button{
    margin: 1rem;
    font-size: 1rem;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    border: none;
    padding: 0.8rem 1.5rem;
    transition: all 0.5s ease;
    cursor: pointer;
}
.header button:hover{
    background: #fff;
    color: #000;
}

fodin {
    font-family: "Helvetica", "Arial", sans-serif;
    display: inline-block;
    font-size: 1em;
    padding: 1em 2em;
    margin-top: 100px;
    margin-bottom: 60px;
    -webkit-appearance: none;
    background-color: #fff;
    border-color: goldenrod;
    color: rgba(0, 0, 0, 0.685);
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 25px rgb(255 19 35);
}


