#input-txt {
    width: 80%;
    height: 10vh;
    display: block;
    margin: 1rem;
    padding: 1rem;
    border-radius: 7px;
    cursor: pointer;
    font-family: 'Baloo Bhai 2', cursive;
}

#btn {
    display: block;
    margin-left: 20px;
}

#output-txt {
    width: 80%;
    height: 10vh;
    display: block;
    margin: 1rem;
    padding: 1rem;
    border-radius: 7px;
    cursor: pointer;
    font-family: 'Baloo Bhai 2', cursive;
}

body {
    background-image: url("Groot.jpg");
    /* background-position: right; */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-size: 100% 100%;
    /* background-color: black; */
}

#topic {
    font-family: 'Baloo Bhai 2', cursive;
    /* font-family: 'Permanent Marker', cursive; */
    color: white;
    margin-left: 80px;
    font-weight: 1000;
}

#btn {
    margin-left: 163px;
    background-color: rgb(49, 48, 48);
    color: white;
    padding: 2px 7px 2px 8px;
    border-radius: 7px;
    cursor: pointer;
    transition-duration: 0.4s;
}

#btn:hover {
    background-color: gray;
}

.container {
    width: 37%;
    border: 2px solid white;
    margin: 100px 4px 12px 164px;
    padding: 14px 31px 14px 52px;
    height: 403px;
    border-radius: 10px;
    position: relative;
    left: -155px;
    top: -90px;
}