.container {
    margin: 30px;
    padding: 30px;
    background: transparent;
    border-radius: 37px;
    text-align: center;
}
h1.text-info {
    color: black;
    font-size: 36px;
}
p {
    color: white;
    font-size: 24px;
    font-weight: 800;
    margin-top: 30px;
    margin-bottom: 41px;
}

label {
    font-size: 39px;
    margin-right: 20px;
    color: rgb(216, 240, 0);
}
input#file {
    font-size: 39px;
    margin-right: -113px;
    cursor: pointer;
}
textarea#text {
    font-size: 25px;
}
.inputc {
    background: transparent;
    border-radius: 17px;
    padding-bottom: 42px;
    padding-top: 42px;
    align-items: start;
    display: flex;
    padding-left: 31px;
    margin-bottom: 45px;
    color: white;
}
button {
    width: 200px;
    margin-right: 45px;
    padding: 14px;
    border-radius: 13px;
    padding-right: 34px;
    padding-left: 34px;
    color: white;
    background-color: black;
    cursor: pointer;
}
a#download {
    padding: 23px;
    background-color: black;
    color: white;
    border-radius: 14px;
}
button#copy {
    margin-top: 46px;
}
h2.text-info {
    margin-top: 30px;
}
div#message {
    font-size: 60px;
}
div#right {
    margin-top: 31px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}