﻿body {
    background-color: aliceblue;
    background-image: linear-gradient(aliceblue, lightgreen);
    min-height: 100vh;
}

.logo {
    top: 10px;
    left: 20px;
}

.pixlayer {
    border-radius: 5%;
    left: 50px;
    top: 50px;
    Height: 900px;
    WIDTH: 750px;
    position: absolute;
    background-color: lightgrey;
    z-index: 10;
}

.header {
    top: 45px;
    left: 30px;
    color: grey;
    font-size: small;
    padding: 8px 12px;
    position: absolute;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.infoCommon {
    top: 120px;
    left: 20px;
    color: darkslategrey;
    font-size: medium;
    padding: 8px 12px;
    position: absolute;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.lblCommon {
    color: darkslategrey;
    font-size: medium;
    padding: 8px 12px;
    height: 10px;
    width: 250px;
    left: 20px;
    position: absolute;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    z-index: 21;
}

.lblUsText {
    color: darkslategrey;
    font-size: medium;
    padding: 8px 12px;
    height: 10px;
    width: 350px;
    left: 20px;
    position: absolute;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.txtCommon {
    background-color: aliceblue;
    border-width: thin;
    border-color: aliceblue;
    border-radius: 10px;
    color: grey;
    font-size: medium;
    padding: 8px 12px;
    height: 10px;
    width: 300px;
    left: 20px;
    position: absolute;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    z-index: 21;
}

.btnCommon {
    background: linear-gradient(lightblue 25%, white);
    border-width: thin;
    border-color: aliceblue;
    border-radius: 10px;
    color: blueviolet;
    font-size: medium;
    height: 23px;
    width: 180px;
    left: 20px;
    position: absolute;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    z-index: 21;
}

.btnReturn {
    background-color: aliceblue;
    border-width: thin;
    border-color: aliceblue;
    border-radius: 10px;
    color: grey;
    font-size: smaller;
    height: 16px;
    width: 120px;
    left: 300px;
    position: absolute;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
