body {
background-image: url("background.jpg");
}
div{
    height: auto;
    width: auto;
    /*border: solid black;*/
}
h1 {
    alignment: center;
    text-align-all: center;
}
table, th ,td{
    margin: 30px 50px;
    border: solid black;
}
.viewbut{
     height: 30px;
     width: 300px;
     margin-top: 40px;
     margin-left: 30px;
     border: none;
     border-radius: 15px;
     color: #000000;
     font-family: sans-serif;
     font-weight: 500;
     transition: 0.2s ease;
     cursor: pointer;
     background-color: grey;
 }
.viewbut1{
    height: 30px;
    width: 300px;
    margin-top: 20px;
    margin-left: 30px;
    border: none;
    border-radius: 15px;
    color: #000000;
    font-family: sans-serif;
    font-weight: 500;
    transition: 0.2s ease;
    cursor: pointer;
    background-color: grey;
}
#date{
    margin-left: 100px;
    margin-bottom: 1px;
    margin-right: 1px;
    position: absolute;
    top:150px;
    height: 200px;
    width: 60%;
    background-color: rgba(250, 235, 215, 0.75);
}
#view{
    margin-right: 265px;
    margin-bottom: 1px;
     position: absolute;
    padding-left: 10px;
     top: 150px;
    right: 10px;
     height: 200px;
     width: 20%;
    background-color: rgba(250, 235, 215, 0.75);e;
 }
#list{
    margin-left: 100px;
    margin-top: 1px;
    position: absolute;
    top: 350px;
    height: auto;
    width: 80%;
    background-color: rgba(250, 235, 215, 0.75);
}
.sdat1 {
    margin-left: 140px;
    padding-left: 50px;
    margin-bottom: 10px;
    position: absolute;
    top: 20px;
    left: 60px;
    text-align: center;
    color: black;
    font-size: 50px;
    font-weight: bold;
}
.sdat2 {
    margin-left: 140px;
    padding-left: 50px;
    position: absolute;
    top: 60px;
    left: 60px;
    text-align: right;
    color: black;
    font-size: 50px;
    font-weight: bold;
}
.sdat {
    margin-left: 30px;
    padding-right: 30px;
    position: absolute;
    top: -30px;
    left: 15px;
    color: black;
    font-size: 150px;
    font-weight: bold;
}
.sdat3 {
    margin-left: 30px;
    padding-right: 30px;
    position: absolute;
    top: -30px;
    left: 15px;
    color: black;
    font-size: 150px;
    font-weight: bold;
}
