* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url('bookimage.jpg');
    background-size: cover;
}

form {
    background-color: rgba(247, 230, 73, 0.525);
    width: 35%;
    margin-left: 60%;
    margin-top: 5%;
    padding: 10px;
    border-radius: 10px;
    /* to give a curve shape to the border of the box*/
    box-shadow: 2px 4px 4px 5px rgb(1, 255, 107);
}

.text {
    color: blueviolet;
    text-align: center;
    /* margin-left: 41%;
    margin-top: 7%; */
}

.texttwo {
    color: brown;
}

.textone {
    margin-left: 30%;
}


.linkpage {
    text-decoration: none;
    color: rgb(27, 228, 0);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 800;
    background-color: blue;
}

.linkpage:hover {
    font-size: larger;
    color: blue;
    font-family: cursive;
    font-weight: 800;
    background-color: rgb(27, 228, 0);
}


.linkpagetwo {
    text-decoration: none;
    color: red;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 800;
    background-color: rgb(226, 183, 43);
}

.linkpagetwo:hover {
    text-decoration: none;
    color: rgb(226, 183, 43);
    font-family: cursive;
    font-weight: 800;
    background-color: red;
}

th {
    padding: 5%;
}

.my_class {
    width: 90%;
    padding: 10px;
    margin-bottom: 5%;
}

.my_btn {
    padding: 5px;
    cursor: pointer;
    background-color: rgb(146, 214, 79);
    color: white;
    border-color: blue;
    border-radius: 15px;
    /* border: solid; */
    font-size: 20px;
    margin-bottom: 5%;
    text-decoration: none;
    margin-left: 40%;
    font-family: cursive;
    font-weight: bolder;
}

.my_btn:hover {
    border-color: red;
    background-color: blue;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bolder;
}

.home a {
    text-decoration: none;
    color: white;
    margin-left: 44%;
    font-size: larger;
}

.home:hover {
    font-weight: bolder;
    color: greenyellow;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}