body {
    font-family: ui-monospace, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
    color: #222;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;


    margin: 5%;
}

h1 {
    letter-spacing: 0.12em;
    color: #111;
}

#hat-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    will-change: transform;
}

.main {
    align-content: center;
    width: 100%;
    height: 100%;
}
.cols {
    display: flex;
    align-content: center;
}



.col1 {
    /* soft white halo: lifts text off the tiling without muddying it */
    text-shadow: 0 0 6px #fff, 0 0 12px #fff, 0 0 20px #fff;
    width: 100%;
    position: absolute;
    left: 0;

    text-align: center;
}

#rescont {
    width: min(100%, 100px);

    position: relative;
    left: 50%;    
    transform: translate(-50%, 5%);

    
}

img.resume {
    height: auto;
    width: 100%;
    box-sizing: border-box;

    border: 1px solid rgba(68, 68, 68, 0.15);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.hovcov{
    opacity: 0%;
    background-color: darkgrey;
    align-content: center;
    color: black;
    
    width: 100%;


    transition: 0.1s;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;

    text-align: center;

}

.hovcov:hover{
    opacity: 50%;
}
