html, body {
    overflow:hidden ;
}
.global-container {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #deffff9c;
}
.brochure-title {
    color: #1760b5;
}