* {
    box-sizing: border-box;
}

body {
    position: absolute;
    overflow: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
        
    font-size:62.5%;
}

a {
    display: block;
    text-decoration: none;
}
a:link {
    color:#036;
}
a:visited {
    color:#600;
}
a:hover {
    color: #666
}

h1 {font-size:large; padding:4px}
h2 {font-size:large; margin-left:20px; margin-bottom:4px}

div.migas {font-size:small}

iframe {
    border: none;
}

div.unit {
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 220px;
    width: 200px;
    margin: 10px;
}

div.unit h2 {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    
    padding-left: 10px;
    
    opacity: 0.9;
    background-color: #003366; 
    color: #ffffff;
    
    font-family: 'Cutive Mono', monospace;
    font-weight: normal;
    cursor: pointer;
}

div.unit img {
    display: block;
    height: 100%;
}

div.unit div.screen {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
}
