@import url('https://fonts.googleapis.com/css2?family=Rajdhani&display=swap');

body{
    text-align:center;
    background-color: #131212;
    color: white;
    font-family: 'Rajdhani', sans-serif;
    font-size:26px;
}

h1 {
  margin: 0;
  padding: 0;
}
ul {
  list-style:none;
}
.text{
    width: 20%;
    height: 26px;
    border: 1px solid #000000;
    font-family: sans-serif;
    font-size: 16px;
}

#container{
  width: 100%;
  text-align: center;
}

footer {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
}
a {
  text-decoration: none;
  color: #4fef7d;
}

a:visited{
  color: #4fef7d;
}

.red {
  color: red;
}

.lime {
  color: lime;
}
.button-60 {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: .375em;
  box-shadow: none;
  box-sizing: border-box;
  color: #363636;
  cursor: pointer;
  display: inline-flex;
  font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1rem;
  height: 2.5em;
  justify-content: center;
  line-height: 1.5;
  padding: calc(.5em - 1px) 1em;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.button-60:active {
  border-color: #4a4a4a;
  outline: 0;
}

.button-60:focus {
  border-color: #485fc7;
  outline: 0;
}

.button-60:hover {
  border-color: #b5b5b5;
}

.button-60:focus:not(:active) {
  box-shadow: rgba(72, 95, 199, .25) 0 0 0 .125em;
}

input[type=text]{
  width:20%;
  border:2px solid #aaa;
  border-radius:4px;
  margin:8px 0;
  outline:none;
  padding:8px;
  box-sizing:border-box;
  transition:.3s;
}

input[type=text]:focus{
  border-color:dodgerBlue;
  box-shadow:0 0 8px 0 dodgerBlue;
}
