body {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #51ff00;
    background: linear-gradient(90deg, rgba(81, 255, 0, 1) 0%, rgba(0, 38, 255, 1) 50%, rgba(255, 229, 0, 1) 100%);
}

#dictionary {
    border-radius: 5px;
    box-shadow: 0 0px 10px 10px blue;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-left: 1%;
    background: white;
}