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

body {
    background-image:url('../img/robot.jpeg');
}

#buildForm {
    background-color: aliceblue;
    width: 800px;
    margin-top: 25px;
    text-align: center;
}

span {
    font-size: 30px;
    color: rgb(161, 19, 161);
}

h1 {
    font-size: 100px;
    color: rgb(161, 19, 161);
    text-align: center;
    text-decoration: underline;
    margin-bottom: 25px;
}

h2 {
    margin-top: 40px;
    font-size: 60px;
    color: aliceblue;
    background-color: purple;
    text-align: center;
}

div {
    margin-left: 400px; 
}

.size {
    text-align: center;
}

p {
    margin-top: 75px;
    padding: 35px;
    font-size: 20px;
    color: rgb(18, 167, 18);
    background-color: aliceblue;
    text-align: center;
}

label {
    color: rgb(18, 167, 18);
    font-size: 40px;
}

input {
    font-size: 60px;
    color: rgb(161, 19, 161);
    background-color: rgb(18, 167, 18);
    margin-top: 25px;
    margin-left: 100px;
    border-radius: 25px;
    padding: 15px;
}

