
.button {
    background-color: #490bc7;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 4px;
}

footer {
    background-color: #16151b;
    padding: 50px;
    text-align: center;
    color: white;  
}

body {
  background-color: #0e0f1b;
}

text{
    color: aliceblue;
    font-family: monospace;
}

label{
    color: aliceblue;
    font-family: monospace;
    font-size: 25px;
}

p{
    color: aliceblue;
    font-family: monospace;
    font-size: 25px;
}

a{
    color: aliceblue;
    font-family: monospace;
    font-size: 25px;
}

header{
  background-color: #403d54;
  justify-content: center;
  text-align: center;
  color: aliceblue;
}

.useanotherfont{
  font-family: "Reddit Mono", monospace;
  color: aliceblue;
}



/* Full-width input fields */
input[type=text], input[type=password] {
  width: 50%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */

button:hover {
  opacity: 0.8;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #240264;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* <style for canvas>  */

.canvas{
  justify-content: center;
  border: #000;
  border-radius: 10px;
}
/* </style för canvas>  */