body{
    background-color: lightskyblue;
}
.p{
    font-size: 50px;
    color:crimson;
}
input{
    width:1000px;
    height:100px;
    font-size: 40px;
}
p{
    font-size:30px;
}
a{
    text-decoration: none;
    color:black;
}
.h{
    width:500px;
    height:100px;
}