@import url(global.css);

.container-custom {
    width: 98%;
    height: auto !important;
    display: flex;
    flex-direction: column;
    margin-top: 95px !important;
    background-color: white;
    padding: 80px;
    border-radius: 12px;
    line-height: 100%;
}

body {
    background-color: #e8e8e8;
}

