@charset "UTF-8";
/********************************************************************
DO NOT edit this file manually. This file is generated by layout.
If you want to add custom css, edit custom.css file in current template folder
*********************************************************************/
.p{
    border: 2px solid rgb(34, 185, 150);
    border-radius: 40px;
    border-top-left-radius: 1px;
    background:linear-gradient(to top right, rgb(34, 185, 150), rgb(255, 255, 255) 70%);
    padding: 15px;
}
.h{
    text-align:center;
    background: linear-gradient(to bottom left, rgb(34, 185, 150), rgb(255, 255, 255) 70%);
    border-radius: 30px;
    box-shadow: 3px 8px 12px rgb(34, 185, 150), -5px 10px 12px rgb(34, 185, 150);
    margin: 20px;
    padding: 20px;
}
.h:hover{
    color:SeaGreen;
}
.ulli{
    background:linear-gradient(to bottom left, rgb(34, 185, 150), rgb(255, 255, 255) 70%);
    border-radius: 30px; 
    box-shadow: 3px 8px 12px rgb(34, 185, 150), -5px 10px 12px rgb(34, 185, 150);
    margin: 20px;
    padding: 20px;
}
.ulli:hover{
    color:Gold;
}
@media (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) {}