* {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    
}
header {
    display: flex;
    justify-content: center;
}

/* header {
    padding: 20px;
    margin-bottom: ;
    background-color:chocolate

} */
.section {
    display: flex;
    justify-content: center;
    
}
.linkstyle{
    padding: 8px;
    background-color: rgb(15, 223, 67);
    border-radius: 4px;
    color:rgb(17, 17, 17);
    margin-top: 24px;
    margin-left: 100px;
}
.linkstyle:hover{
    background-color: rgb(4, 148, 40);
}
form {
    width: 300px;
    padding-top: 60px;
    padding-left: 30px;
    height: 200px;
    background-color: rgb(140, 147, 147);

    
}

input {
    width: 200px;
    border-radius: 4px;
    height:24px;
    border-style: 1px solid;
}

select {
    width:200px;
    border-radius: 4px;
    height:24px;
    border-style: 1px solid;
}
.generatebutton {
    width:100px;
    margin-top: 40px;
    border-radius: 4px;
    border-style: none;
    background-color: rgb(15, 223, 67);
    color:rgb(17, 17, 17);
    height: 32px;
    cursor: pointer;
    float: right;
    margin-right: 24px;
}

.generatebutton:hover{
    background-color: rgb(4, 148, 40);
}

.qrsection {
    margin-top:24px;
    
    
}
