html {
    font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;
    /*font-family: "Times New Roman", Times, serif;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
    color: black;
}

html, body {
    min-height: 100%;
    display: flex;
    width: 100%;
    margin: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
}

body {
    background-image: url("images/bg.jpg");
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 120%;
    background-attachment: fixed;
}

#body {
    padding: 20px;
    border: 1px solid #eee;
    box-shadow: 0 0 8px black;
}

fieldset {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 5px;
}

.uuid input[type=text] {
    width: 50px;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
}

.address {
    display: none;
}

#sendto {
    margin-top: 20px;
    width: 100%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

input[type=button] {
    width: 100%;
    padding: 10px;
    margin-top: 20px;
}

