body{
    background-color: black;
    font-family: sans-serif;
    font-size: 20px;
  }
  .log{
    text-align: center;
    color: #fff;
    text-shadow: 0 0 2px #000;
    position: absolute;
    top: 60px;
    right: 60px;
  }
  .tecs{
    color: red;
    font-weight: bold;
  }