

body {
    padding: 10px;
    padding-top: 20px;
    background-color: #0f0f0f0f;
    max-width: 500px;
    min-height: 100%;
    border: 2px dashed #000000;
    vertical-align: middle;
    margin: auto;
}

html {
    height: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;

    background-color: #0f0f0f;
    background-image: url("ew.png");

    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}

p {
    text-align: center;
}

h1 {
    font-size: 40px;
}

button {
    text-decoration: none;
    font-size: 20px;
    border: 0.5px solid #660000;
    background-color: #ff0000;

    border-radius: 5px;
}