* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

section {
    background-image: url("EndlessSeaOfJellyBeans.jpg");
}

header {
    background-image: url("EndlessSeaOfJellyBeans.jpg");
}

h1 {
    font-size: 48px;
    background-color: rgba(255, 255, 255, 0.50);
    color: rgb(129, 1, 1);
    height: 160px;
    width: 800px;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
}

h2 {
    font-size: 40px;
    text-align: center;
}

#one {
    font-size: 24px;
    text-align: center;
    background-color: rgb(136, 41, 41);
    color: white;
}

p {
    font-size: 24px;
    text-align: center;
}

div {
    font-size: 24px;
    text-align: center;
}

.msgBox {
    margin: 0 auto;
    width: 75%;
    padding: 15px;
    border-radius: 15px;
}

.error {
    border: solid rgb(255, 1, 1) thin;
    background-color: rgb(255, 143, 143);
}

.msgBox h2 {
    font-size: 24px;
    margin-left: 50px;
}