body {
    background-color: #2E2D3A;
    color: white;
}

.container {
    display: flex;
    justify-content: center;
}

.saved-list {
    width: 30%;
}

.saved {
    font-size: 22px;
    color: white;
    margin-left: 32px;
    /* padding: 32px; */
}

img {
    width: 50px;
}

.display {
    width: 70%;
    padding: 32px;
    font-size: 28px;
}

#joke-output {
    /* width: 40%; */
}

#new-joke-btn {
    border: none;
    width: 130px;
    height: 50px;
    font-size: 16px;
    border-radius: 20px;
}

#new-joke-btn:hover {
    background-color: lightgray;
    cursor: pointer;
}

#bookmark {
    cursor: pointer;
}