* {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    font-family: Century Gothic, sans-serif;
    font-size: 31px;
    text-align: left;
    color: #EF8C3F;
}

.background {
    background: linear-gradient(to bottom, #FFFFFF, #D9D9D9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-y: auto;
}


.window {
    width: 900px;
    min-height: 350px;
    margin: 50px auto;
    background-repeat: no-repeat;
    background-size: contain;
}

a {
    color: #EF8C3F;
    text-decoration: none;
}

table {
    width: 90%;
    margin: 30px 0px 0px 20px;
    padding: 0px;
    color: #D54A59;
}

label {
    color: #7F7F7F;
    display: block;
    margin: 20px 0px 10px 30px;
}

input, button {
    font-family: Century Gothic, sans-serif;
    font-size: 43px;
    border: solid 1px #EF8C3F;
    color: #EF8C3F;
    padding: 5px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin-left: 30px;
    display: block;
    width: 800px;
    height: 80px;
    box-sizing: border-box;
}

button {
    margin-top: 80px;
}

h1 {
    margin-top: 100px;
    margin-left: 30px;
    font-size: 41px;
    color: #7F7F7F;
}

.rounded {
    border-radius: 30px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
