﻿<style>
      
    body   { 
    border-radius: 20px;
    margin:20px;
    padding:20px;                             
    background-color: DeepSkyBlue; 
	color: midnightblue;
}
* {
  box-sizing:border-box;
  border-radius: 20px;
  
}

body {
  font-family: Arial;
  padding: 10px;
  background: #f1f1f1;
}

/* Header/Blog Title */
.header {
 border-radius: 20px;
  padding: 30px;
  text-align: center;
  background: white;
}

.header h1 {
  font-size: 50px;
}

/* Style the top navigation bar */
.topnav {
  border-radius: 20px;
  overflow: hidden;
  background-color: #00b7ff;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #c1e72e;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.button {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #04AA6D;
}

.button1:hover {
  background-color: #04AA6D;
  color: white;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
}

.button3:hover {
  background-color: #f44336;
  color: white;
}

.button4 {
  background-color: white;
  color: black;
  border: 2px solid #e7e7e7;
}

.button4:hover {background-color: #e7e7e7;}

.button5 {
  background-color: white;
  color: black;
  border: 2px solid #555555;
}

.button5:hover {
  background-color: #555555;
  color: white;
}

}

.myButton:hover {
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}


.mcontainer {
  border-radius: 20px;
  background-color: #00b7ff;
  width: 100%;
}


div.mcontainer {
  width: 100%;
  border: 2px solid black;
}

div.box {
  box-sizing: border-box;
  width: 50%;
  border: 5px solid color: #00b7ff;
  float: left;
}



.myButton {
	background-color:#44c767;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:28px;
	font-weight:bold;
	padding:27px 76px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}









/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
  border-radius: 20px;
  float: left;
  width: 20%;
}


.main {
 border-radius: 20px;
 float: center;
  width: 60%;
  background-color: #00b7ff;
  padding-left: 20px;
}

/* Right column */
.rightcolumn {
  border-radius: 20px;
  float: right;
  width: 20%;
  background-color: #00b7ff;
  padding-left: 20px;
}



/* Footer */
.footer {
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  background: #00b7ff;
  margin-top: 20px
  } 
</style>
