body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #e2eae0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}


h1{
    color: #00ff00;
    margin-left: 20px;
    margin-right: 800px;
    display: inline-block;
    font-size: 320%;
    font-weight: 700;
}



.columns{

    
        column-count: 2;
        column-gap: 1px;
        column-rule: 2px solid #000000;
      
}

.myButton {
	background-color:#ffffff;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Verdana;
	font-size:54px;
	padding:16px 31px;
    margin: 20px;
    margin-left: 150px;
	text-decoration:none;

}
.myButton:hover {
	background-color:#ffffff;
}
.myButton:active {
	position:relative;
	top:1px;
}


.form-select {
	display: block;
	width: 500px;
	padding: 10px 20px 10px 20px;
    margin-left: 90px;
	font-size: 1rem;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #a3a3a3;
	border-radius: .25rem;
	-webkit-appearance: none;
	appearance: none;
}



.footer

{

    text-align: center;
    margin-top: 50px;
    padding: 100px 20px 10px 20px;

}


a:link {
  color: rgb(0, 0, 0);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(0, 0, 0);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(0, 0, 0);
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: rgb(0, 0, 0);
  background-color: transparent;
  text-decoration: none;
}