body {
    background: #82b64a;
    background-size: 100vw 100vh;
    background-image: url(/static/background-image-base64);
}

.container {
    width: fit-content;
    margin: 30vh auto;
}

.longurl {
    height: 42px;
    width: 600px;
    border-radius: 22px;
    outline: 0;
    border: none;
    padding: 0 16px;
    font-size: 20px;
    color: #0047ab;
}

.lnkbtn {
    margin-left: 10px;
    height: 42px;
    width: 140px;
    border-radius: 20px;
    outline: 0;
    border: none;
    padding: 0 16px;
    font-size: 20px;
    color: lightgreen;
    opacity: 0.9;
    background-color: lightcyan;
    cursor: pointer;
}

.shortwarp {
    display: none;
    width: 100%;
    padding-top: 10px;
    text-align: center;
}

.shorturl {
    font-size: 20px;
    padding: 5px;
    border-radius: 5px;
    background-color: silver;
    color: chocolate;
    opacity: 0.9;
}

.shorturl > a {
    text-decoration: none;
    color: chocolate;
}

.copybtn {
    height: 25px;
    width: 55px;
    border-radius: 5px;
    outline: 0;
    border: none;
    padding: 0;
    font-size: 18px;
    color: #ff9800;
    opacity: 0.9;
    background-color: #a6cbe7;
    cursor: pointer;
}