h1 {
    color: blueviolet;
    font-size: medium;
    font-family: tahoma;
}

p {
    color: orange;
    size: 30px;
}

body {
    /* background-color: red; */
    background-image: url(project1/ms-high-resolution-logo-grayscale-transparent.png);
    background-size: 150px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-position:  27px 100px; */
    /* background-position: center 50%; */
    background-position: right bottom;

}

table,
th,
form,
td {
    border: 1px outset rgba(53, 50, 50, 0.476);
    border-radius: 10px;
}

table {
    border-spacing: 7px;
}

td {
    padding: 5px;
}

tr:nth-child(even) {
    color: aliceblue;
    background-color: rgb(0, 0, 97);
}