* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-image: url(bgimage.jpg);
    background-attachment: fixed;
}

.container {
    width: 100%;
    height: 100%;
    justify-content: center;
    background-color: aliceblue;
}

h2 {
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color:  	#f5e5da;
}

select {
    background-color: #f5e5da;
}

p {
    font-size: large;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

label {
    font-size: medium;
    font-family: 'Courier New', Courier, monospace;
}

input[type=text], input[type=number], input[type=name], input[type=email], textarea {
    background-color: #f5e5da;
    border-radius: 10px;
}