@-ms-viewport{ width: device-width; }
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@500;700&display=swap');
:link { color: #6884ff; }
:visited { color: #943be7; }

html {
    position:relative;
    min-height: 100%;
}


body {
    background-image: url('images/marek-piwnicki-the-sun-is-setting-over-a-mountain-range.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: Inconsolata;
   
}

li.li-spacing {
    display: inline-block;
    text-align: left;
}

.footer { 
    position: absolute;
    bottom: 1%;

    left: 7px;
    right: 7px;

    background-color:rgba(0, 0, 0, 0.75);
    color:white;
    padding: .5%;
    text-align: center; 
    font-size: 70%;
}
/* hi */


.default-box {
    color:white;
    padding:1%;
    text-align: center;
    background-color:rgba(0, 0, 0, 0.75);
    font-size: 115%;
}
.default-box-header {
    color:white;
    padding:10px;
    text-align: center;
    background-color:rgba(0, 0, 0, 0.849);
    font-size: 125%;
    
}


code {
    background-color: rgba(0, 0, 0, 0.616); 
    border-radius: 6px; 
    padding: 3.5px 6px;
    white-space: break-spaces;
    font-size: 105%;
}

