body {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    background-color: #e4e4e4;
}

.container-custom {
    width: 25%;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    margin-top: 95px !important;
    margin-left: 50px;
    background-color: white;
    border-radius: 12px;
}