@font-face {
  font-family: 'Reboot';
  font-style: normal;
  font-weight: normal;
  src: url("https://cdn.gruppo-due.com/Reboot.woff2") format('woff2');
}

*{  
  font-family: 'Reboot', sans-serif;
  font-size:16px;
  color:black;
  line-height:1.2em;
}

label{
  color:black;
}

h2{
padding-top:0px;
}

form:focus{
border: 0.5px solid black;}

footer{
  display:none;
}

body{
  background-color: darkgrey;
}

.lists{
  display:none;
}

#email, #name{
  border-radius: 10px;
  border-style: solid;
  border-width: 0.5px;
  border-color:black;
  box-shadow:none;
  padding:5px;
  margin-top:5px;
}

.container{
  background-color:#FCFF6D;
  border-radius: 10px;
  border-style: solid;
  border-width: 0.5px;
  border-color:black;
  box-shadow:none;
  padding:15px;
  max-width: 700px;
}

.right{
  display:none;
}

.button{
transition: background .1s linear, color .1s linear;
border-radius: 10px;
background-color:white;
color:black;
padding: 7px 10px;
min-width:unset;
border-radius: 10px;
 border-style: solid;
 border-width: 0.5px;
font-weight: normal;
}

.button:hover{
color:white;
background-color:black;
}

.header{
border-bottom-style:none;
margin-bottom:0px;}

#newspaper{
width: 100%;
    height: 100%;}
    
    