buttonnocolor{
  	position: relative;
}

.buttonnocolor {
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
    color: #000000;
  	font-family: manrope;
    text-decoration: none;
  	font-style: normal;
}

.buttonnocolor:hover {
    background-color: transparent;
  	color: #01ACED;
}