html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: #DFDFDF;
}

.Div1 {
    box-sizing: border-box;
    position: absolute;
    width: 500px;
    height: 500px;
    background: #f5f7fb;
    border: 1px solid #0000002b;    
    margin-top: 100px;
    display: inline-block
}

.Div2 {
    box-sizing: border-box;
    position: absolute;
    width: 500px;
    height: 500px;
    background: #f5f7fb;
    border: 1px solid #0000002b;
    margin-top: 100px;
    display: inline-block;
    margin-left: 600px;
}

.cardImg {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 10%;
}

.cardImg:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.notyf__toast{
    max-width: 450px !important;
}
img {
    height: 10vh !important;
}
.LogoCebraspe{
    height: 5vh !important;
}
