*{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #f7f8ff;
}

#curr{
    box-shadow: 10px 10px 10px #f7f8ff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    padding-right: 5%;
    background-color: #c8ccec;
    font-size: large;
    border-radius: 10px;
    min-height: 150px;
    max-width: 90%;
}