body {
    margin: 0px;
    font-family: "Ubuntu Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings: 
        "wdth" 100;
}

input {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 15px;
    outline: none;
    background-color: #E0FBE2;
    text-align: center;
    margin: 3px;
}

.btn {
    width: 150px;
    height: 30px;
    border-radius: 15px;
    background-color: #ACE1AF;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    align-self: center;
    margin: 3px;
    margin-left: 10px;
    line-height: 30px;
}

#download {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    justify-items: center;
    align-content: center;
}

.abtn {
    width: 250px;
    height: 30px;
    border-radius: 15px;
    background-color: #ACE1AF;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    align-self: center;
    margin: 3px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 30px;
    text-align: center;
    color: black;
    text-decoration: none;
}

.bold-40px {
    font-size: 40px;
    font-weight: 400;
}

.regular-40px {
    font-size: 40px;
    font-weight: 200;
}

.regular-15px {
    font-size: 15px;
    font-weight: 200;
}

#wrapper {
    display: flex;
    flex-direction: row;
    margin-top: 100px;
    width: 100%;
    align-items: center;
    justify-items: center;
    align-content: center;
    justify-content: center;
}

#inner-wrapper {
    display: flex;
    flex-direction: column;
    width: 80%;
    min-width: 400px;
    padding: 20px;
    border-radius: 10px;
    background-color: #BFF6C3;
}

#logotext {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

#logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.inputtext {
    margin-left: 15px;
}

#input {
    display: flex;
    flex-direction: column;
}

.inputs {
    display: flex;
    flex-direction: row;
}

#result {
    width: calc(100% - 20px);
    text-align: center;
    margin: 10px;
}

#qrcode {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#img {
    display: none;
}

#comment {
    text-align: center;
    margin-top: 50px;
    color: darkgray;
}