.deletemain {
    background-image: url("haikei.png");
    width: 100%;
    height: 100%;
}

.deleteh1 {
    font-size: 40px;
}

.deleteform {
    font-size: 30px;
    padding-top: 10px;
}

.deletebutton {
    width: 100px;
    height: 30px;
    font-size: 20px;
}

.deletep {
    color: red;
}

.deleteh2 {
    color: yellow;
    font-size: 30px;

}

.deleteh2:hover {
    color: red;
}