<!DOCTYPE html>
<html>
<style>
h1 {
    font-size: 20px;
    color:black;
    text-align: center;
}

h2 {
    font-size: 36px;
    font-family: Bradley Hand, cursive;
    text-align: center;
}

h3 {
    font-size: 20px;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#page {
   height:100%;
}

#header {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   background-color: ;
   text-align: center;
}

.header {
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   background-color: black;
   text-align: center;
}

.page-header {
    display: block;
    height: 50px;
    padding: 20px 0px 50px 0px;
}

body {
   margin:0;
   padding:0;
   height:100%;
}

#body {
    padding:10px;
    padding-bottom:70px;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: black;
   color: #A1E766;
   text-align: center;
}

.center {
    width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.welcome-logo {
    width: 450px;
    height: auto;
}

.page-logo {
    width: 300px;
    height: auto;
}

input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 2px solid #000000;
    border-radius: 8px;
    box-sizing: border-box;
}

input[type=password], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 2px solid #000000;
    border-radius: 8px;
    box-sizing: border-box;
}

input[type=submit] {
    font-family: Bradley Hand, cursive;
    margin: auto;
    display: block;
    border-style: solid;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
}

input[type=submit]:hover {
    background-color: #45a049;
}

input[type=button] {
    font-family: Bradley Hand, cursive;
    margin: auto;
    display: block;
    border-style: solid;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.button-page {
    color: black;
    background-color: #63CB00;
    border: black;
    border-width: 5px;
    width: 150px;
    height: 60px;
    bottom: 0px;
}

.button-edit {
    background-color: #63CB00;
    border-width: 1px;
    width: 80px;
    color: white;
}

.button-delete {
    background-color: red;
    border-width: 1px;
    width: 80px;
    color: white;
}

input[type=button]:hover {
    background-color: #45a049;
}

label {
    padding: 20px 0px 20px 0px;
    display: inline-block;
    font-weight: bold;
}

table {
    font-family: Bradley Hand, cursive;
    border-collapse: collapse;
    width: 100%;
    border-width: 0px;
    border-radius: 8px;
}

.halftable {
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    height: 50px;
    max-height: 50px;
    text-align: left;
    padding: 8px;
    overflow: auto;
}

tr:nth-child(even) {
    background-color: #E0FFD7;
}

tr:hover {
    background-color: #ADC4A6;
    color: white;
}

.container {
    opacity: 0.98;
    margin: auto;
    border-radius: 5px;
    border: black;
    border-style: solid;
    border-width: 5px;
    opacity: 0.98;
    border-radius: 8px;
    padding: 25px 70px 25px 70px;
    font-family: Bradley Hand, cursive;
}

.container-login {
    position: relative;
    background-color: white;
    width: 800px;
    top: 150px;
    bottom: 200px;
    padding: 50px 70px 55px 70px;
}

#registration {
    height: 350px;
}

#login {
    height: 250px;
}

.container-welcome {
    opacity: 0.98;
    width: 65%;
    position: relative;
    top: 180px;
    background-color: black;
    padding: 150px 70px 150px 70px;

}

.container-home {
    position: relative;
    top: 150px;
    background-color: white;
    width: 75%;
    height: 400px;
    overflow: scroll;
}

.container-profile {
    position: relative;
    top: 180px;
    background-color: white;
    width: 50%;
    height: 400px;
}

.container-entry {
    margin: auto;
    position: fixed;
    top: 50px;
    border-radius: 5px;
    background-color: white;
    opacity: 0.98;
    border: black;
    border-style: solid;
    border-width: 5px;
    border-radius: 8px;
    width: 76%;
    height: 400px;
    padding: 25px 70px 25px 70px;
    overflow: scroll;
}

.container-button {
    width: 90%;
    padding: 25px 70px 25px 70px;
}

#app-button {
    left: 0px;
    position: relative;
    bottom: 95px;
    height: 20px;
    margin-top: 260px;
}

#login-button {
    position: fixed;
    bottom: 115px;
    height: 20px;
    margin-top: 260px;
}

.col {
    float: left;
    margin-top: 6px;
}   

.col-20 {
    width: 20%;
}

.col-25 {
    width: 25%;
}

.col-33 {
    width: 33%;
}

.col-40 {
    width: 40%;
}

.col-60 {
    width: 60%;
}

.col-80 {
    width: 80%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: block;
    clear: both;
}

.mydiary {
    display: block;
    height: 50px;
    padding: 20px 0px 50px 0px;
}

.welcome-header {
    display: block;
    height: 100px;
    padding: 20px 0px 50px 0px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
</style>
</html>