* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: .5px red solid;
    border-radius: 3px;
    
    font-size: 12pt;
    font-family: sans-serif;
    text-align: center;
    font-weight: normal;
    line-height: 12pt;
    text-decoration: none;
    
    background-color: none;
    background-image: none;
    
    overflow: hidden;
}