html {
    scroll-behavior: smooth;
}

body {
    background-color: #191a1f;
    width: auto;
}

.pageContainer {
    height: 80vh;
}

#modal {
    position: absolute;
    inset: 100px !important;
    border: 1px solid rgb(204, 204, 204) !important;
    background: rgb(255, 255, 255) !important;
    overflow: auto !important;
    border-radius: 4px;
    outline: none;
    background-color: rgba(0, 0, 0, 0.5) !important;
    margin: 0 0rem 4rem !important;
    padding-top: 2rem !important;
    align-items: center;
    padding-left: 3rem !important;
}

.App {
    text-align: center;
    background-color: #191a1f;
    height: 100vh;
    display: grid;
    width: auto;
}
