body {
	background-color: #CBF8C0;
	font-size: 16px;
	font-family: "georgia";
    font-weight:200;
    line-height: 30px;
	color: #282828;
	width: 98%;
	margin: 0 auto;
	max-width: 1500px;
	min-width: 320px;
	color: white;
}



/*redirect css*/

.newBodytxt {

    font-size: 22px;
    color: #282828;
  text-align: center;
        font-weight:500;

}

.newSpacing {
    width: 35%;
    height: 30%;
    
    position: absolute;
    top:0;
    bottom: 40%;
    left: 0;
    right: 0;
    
    margin: auto;
      display: flex;
  justify-content: center;
  align-items: center;
    
}


.css-button-rounded--green {
  min-width: 100px;
   color: #CBF8C0;
font-family: "georgia";
    font-weight: bold;
    font-size: 13px;
  padding: 10px 8px;
  cursor: pointer;
  transition: all 0.7s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: 1.5px solid #282828;
  background: #282828;
}
.css-button-rounded--green:hover {
  background: #CBF8C0;
  color: #282828;
}
