#translator-box {
    padding: 10px;
    border-radius: 10px;
    background-color: #666;
    filter: drop-shadow(#444 20px 20px 0);
    transform: translateX(-10px);
}

#input, #output {
    width: calc(100% - 100px);
    height: fit-content;
    min-height: 100px;
    background-color: #fff;
    color: black;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    font-family: "Noto Sans", sans-serif;
    resize: none;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px;
    text-align: left;
    display: inline-block;
}

.translator-icon {
    display: inline-block;
    height: 64px;
    width: 64px;
    vertical-align: top;
    padding: 10px;
}