* {
    font-family: 'IBM Plex Sans Arabic', sans-serif;
}

body {
    margin: 0;
}

#overlay {
    position: fixed;
    width: 100%;
    height: 350px;
    padding: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 2;
    border-radius: .25rem;
}
