*{
    text-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
html, body{
    height: 100%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #2a2a2a;
    background-image: url(https://i.pinimg.com/originals/dc/00/65/dc00658fa7349235fbe6075b55441fea.jpg);
    background-size: cover;
    background-attachment: fixed;
}

/* HEADER */

header{
    height: 65px;
    background-color: #f6f6f6;
}
.container1{
    float: left;
    height: 65px;
}
header img{
    height: 100%;
}

/* SECTION: HOME */

#home{
    min-height: 100%;
}
#home h1{
    margin-top: 10%;
    font-size: 60px;
    color: #f6f6f6;
}
#home hr{
    width: 30%;
    height: 5px;
    color: #f6f6f6;
    background: #f6f6f6;
    margin: 1% auto 1% auto;
}
#bulkForm{
    width: 10%;
    margin: 0 auto;
}
#bulkForm input{
    color: #2a2a2a;
    background-color: #f6f6f6;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    margin: 0 2% 2% 2%;
    border-style: none;
    text-decoration: none;
    color: #2a2a2a;
    text-transform: uppercase;
}
#bulkForm input:hover{
    transition: 600ms;
    border-style: solid;
    border-color: purple;
    width: 220px;
    height: 55px;
    font-weight: 800;
}
#bulkForm button{
    color: #f6f6f6;
    background-color: #2a2a2a;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    margin: 0 2% 2% 2%;
    border-style: none;
    text-decoration: none;
    color: #f6f6f6;
    text-transform: uppercase;
}
#bulkForm button:hover{
    transition: 600ms;
    border-style: solid;
    border-color: purple;
    width: 220px;
    height: 55px;
    font-weight: 800;
}
#bulkErgebnisse{
    color: #f6f6f6;
}