﻿@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
html {
    margin: 0px;
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    min-height: 100%;
    width: 100%;
    background: rgb(255 255 255);
    background: linear-gradient(0deg, rgb(152 152 152) 0%, rgb(208 208 208) 100%);
    background-image: url(Images/imgpsh_fullsize.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
td{
    padding-top:10px;
}

.title {
    left: 31%;
    top: 5%;
    position: absolute;
    text-align: center;
}

.center {
    left: 40%;
    top: 25%;
    position: absolute;
    background-color: #ece4e4;
    /* width: 400px; */
    /* height: 100px; */
    /* padding: 40px; */
    border-radius: 20px;
    letter-spacing: 0px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 60px;
    box-shadow: 0px 10px 40px #0000007a;
}

.label {
    background-color: #007eff;
    /* width: 100%; */
    /* height: 100%; */
    position: inherit;
    left: 0px;
    right: 0px;
    top: 0px;
    border-radius: 20px 20px 0px 0px;
    /* padding-bottom: 40px; */
    /* margin-bottom: 40px; */
    color: white;
    padding: 10px;
    padding-left: 30px;
    font-size: 20px;
}