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

.downwrap {
    position: fixed;
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    top: 32%;
    left: 0;
    right: 0;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    margin: auto;
}

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

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