html {
    height: 100%;
}
body {
    background: rgb(234,82,151);
    background: linear-gradient(50deg, rgba(234,82,151,1) 0%, rgba(234,82,151,1) 50%, rgba(246,138,187,1) 55%, rgba(171,99,164,1) 59%, rgba(171,99,164,1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    padding: 20px 0 0 0;
}

.lg{
    width: 400px;
}
h1 {
    font-family: 'Pacifico', cursive;
    font-size: 5rem;
    color: white;
}
h2 {
    font-family: 'Pacifico', cursive;
    font-size: 4rem;
    color: white;
}
h3 {
    font-family: 'Pacifico', cursive;
    font-size: 3rem;
    color: white;
}
body{
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    color: white;
}
.drop-shadow{
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.308);
}
.lead{
    color: white;
}
.fa-brands{
    filter:drop-shadow(5px 5px 1px rgba(0, 0, 0, 0.363))
}
footer {
    background-color: rgba(0, 0, 0, 0.212);
    padding-top: 5px;
    padding-bottom: 5px;
}
#galery img{
    width: 100%;
    height: 250px;
}
#galery col-lg{
    margin: 0 !important;
    padding: 25px;
}
#galery img :hover{
    border: 5px solid #ffffff;
}
section{
    width: 100%;
    height: 100%;
    margin: 2;
    padding: 0;
}

.head{
    background-color: #EA5297;
    margin-top: -40px;
    
}
.effect-1{
    border: 0;
    outline: none;
    width: 100%;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
}
.btn1{
    background: #EA5297;
    color: white;
    outline: none;
    border: none;
    border-radius: 5px;
    height: 40px;
    width: 145px;
}.btn1:hover{
    background: #f8aacd;
}
.item:hover{
    filter: brightness(80%);
}
.item{
    transition: .25s ease-in-out;
}
