body{
    height: 100%;
}
a{
    text-decoration : inherit !important;
    font-family: inherit  !important;
    color:inherit  !important;
    font-size: inherit  !important;
}
.form{
    width : 100% !important;
}
.hidden{
    display: none !important;
}
.inline{
    display : inline-block !important;
}
.image1{
    height: 1cm;
    width: auto;
}
.image2{
    height: 3cm !important;
    width: auto !important;
}
.ui.text.container{
    max-width: 1200px  !important;
}
.white.item, .white.input, .white.icon {
    color:white!important;
 }
 .ui.grid{
    margin:0rem!important;
    margin-top:1rem!important;
    margin-bottom:1rem!important;
 }
 .ui.grid:first-of-type{
    margin-top:-1rem!important;
 }

 .ui.items:not(.unstackable) > .item{
    margin:0 !important;
 }
 .ui.items:not(.unstackable) > .item > .image + .content{
    padding-top:0 !important;
    padding-bottom:0 !important;
 }
 .ui.cards{
    margin-top:0em !important;
 }