body {
    background-image: url("https://images.wallpaperscraft.com/image/single/mask_totem_smoke_192795_2560x1080.jpg");
    
    font-family: 'Andale Mono', monospace;
    position:center;
    text-align: center;
    align-items: center;
    color:white;
    text-shadow: 2px 2px 5px red;
  }
  
  #resultado {
    background-color:white;
    color:black;
    border: 1px solid black;
    width: 40%;
    margin: auto;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
   
  }
  
  h1{
    text-shadow: 2px 2px 5px red;
     display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    
  }
  h1:before, h1:after {
    background-color: red;
    content: '\a0';
    flex-grow: 1;
    height: 1px;
    position: relative;
    top: 0.5em;
  }
  h1:before {
    margin-right:10px;
  }
  h1:after {
    margin-left:10px;
  }
  
  h1:hover{
  cursor: pointer;
  font-size:40px;
  }
  
  button{
    border:1px solid #25692A;
  border-radius:4px;
  display:inline-block;
  cursor:pointer;
  font-family:monospace;
  font-weight:bold;
  font-size:13px;
  padding:6px 10px;
  text-decoration:none;
    
    border-color:#f61f0e;
  background:linear-gradient(to bottom, #fca8a1 5%, #f61f0e 100%);
  box-shadow:inset 0px 1px 0px 0px #e3f1e3;
  color:#fff;
  text-shadow:0px 1px 0px #528009; 
  margin-top: 10px;
  }
  
  button:hover{
  background:linear-gradient(to bottom, #68b465 5%, #abd5aa 100%);
  cursor: pointer;
  font-size:14px; 
  }
  
  fieldset{
    background:url('https://cutewallpaper.org/28/dedsec-gif-wallpaper/9-dedsec-ideas-watch-dogs-1-watch-dogs-watchdogs-2.gif');
    background-repeat: no-repeat;
    background-size:100%;
    display:fixed;
   border:none;
    line-height:30px;
   
    
    
       
  }
  
  label{
  display: block;
   
    
  }
  
  #mensagem{
  margin-top: 10px;
  }
  
 
  
  
  .divRadio{
    display:flex;
    justify-content: center;
   
  
  }
  
  i{
  margin-top:50px;
  cursor: pointer;
  font-size:30px;
  color:white;
  }
  
  i:hover{
    font-size:60px;
  cursor: pointer;
  }
  
  label:hover{
  cursor: pointer;
  font-size:20px;
  display:fixed;  
  
  }
  
  form{
    border:solid;
    box-shadow:2px 2px 2px 2px red;
  }
  
  @media (max-width: 700px) {
    fieldset {
      background:url('https://cutewallpaper.org/28/dedsec-gif-wallpaper/9-dedsec-ideas-watch-dogs-1-watch-dogs-watchdogs-2.gif');
      background-size:100%;
      height:auto;
      width: auto;
    }
  
    .radioCod {
      display: block;
    }
}