h1 { font-size: 20px; margin-top: 60px; margin-left: 200px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; margin: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
p { text-align: center; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }

.logo {
    position: fixed;
    top: 10px;
    left: 10px;
}

input[type=text] {
    border: 2px solid grey;
    border-radius: 4px;
    width: 400px;
    height: 25px;
    padding: 10px;
    font-size: large; 
}

input[type=button], input[type=submit], input[type=reset] {
    background-color: #38c6f6;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    height: 48px;
}

#preview-destroy {
    position: fixed;
    background-color: black;
    z-index: 99999999;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 20px;
    bottom: 0px;
    font-weight: bold;
    color: white;
    vertical-align: middle;
    padding: 20px;
    left: 0px;
}

#preview-destroy a {
    color: #fd3651;
    text-decoration: none;
    outline: none;
}

#preview-help {
    position: fixed;
    z-index: 99999999;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 20px;
    bottom: 190px;
    font-weight: bold;
    color: black;
    vertical-align: middle;
    width: 200px;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #38c6f6;
    padding: 20px;
    left: 20px;
}

#preview-help img {
    height: 20px;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}

#preview-help-arrow img {
    width: 100px;
    position: fixed;
    z-index: 99999999;
    left: 90px;
    bottom: 70px;
}
