.main-body {
    height: 100vh;
    background-size: cover;
    background: url(../../assets/images/background.jpg) no-repeat fixed center;
    width: 100vw;
    position: relative;
}

.main-header {
    background-color: #112957 !important;
    border-bottom: 5px solid #f45c04;
}

.main-container {
    height: calc(100vh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    top: 70px;
}
