body{

    color: rgb(177, 151, 255);
    background-image: url("https://images.unsplash.com/photo-1575936123452-b67c3203c357?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8Mnx8aW1hZ2V8ZW58MHx8MHx8fDA%3D");
    background-size: cover;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.header{
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    font-style: oblique;
    font-size: larger;
    transition-duration: 0.3s;
    color: rgb(17, 5, 56);
}

.header:hover{
    letter-spacing: 3px;
    transition: 0.3s;
}

table,td{
    margin: 10px;
    padding: 10px;
    font-size: large;
}

input{
    border-radius: 20%;
    border-color: crimson;
}