footer{
    position: fixed;
    bottom: 0;
    width: 100%;
}
h1{
    font-size: 40px;
    color:  lightpink
}

h2{
    font-size: 25px;
    color: lightblue
}

body{
    text-align: center;

}
input[type="text"] {
    width: 300px;
    height: 30px;
    border-radius: 5px;
    border: 2px solid black;
    font-size: 20px;
    text-align: center;
}