﻿

h1 {
    color: navy;
    margin-left: 20px;
}

.mybtnstyle {
    border: 1px solid Red;
    background-color: Red;
    border-style: groove;
    border-top: 5px;
    outline-style: dotted;
    width: 100px;
}

.tablestyle {
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 800px;
    height: 1100px;
}

.trheight {
    height: 50px;
}

.linkbutton {
    font-size: 70px;
    width: 600px;
    height: 150px;
    border-radius: 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
}

.actionbutton {
    font-size: 60px;
    width: 330px;
    height: 100px;
    border-radius: 20px;
    background-color: #ff6a00;
    color: #fff;
    border: none;
}

.homebutton {
    font-size: 60px;
    width: 200px;
    height: 100px;
    border-radius: 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
}

.infolabel {
    font-size: 70px;
    width: 800px;
    height: 100px;
    background-color: #007bff;
    height: 100px;
    border-radius: 10px;
    border: none;
    vertical-align: central;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
}


 
