@import “{{ site.theme }}”; html{

height: 100%;

} body {

height: 100%;
display: flex;
flex-direction: column;
min-height: 100vh;
background-image: url('../imgs/Skull-640.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;

} .uline {

border-bottom: 1px dashed #b5e853;

} header {

background-color: black;

} main_content{

border-radius: 25px;
padding: 30px;
background-color: rgba(0, 0, 0, 0.25);
background-opacity: 0.5;

} .container {

flex: 1

}

footer {

flex-shrink: 0;
background-color: black;
border-top: 1px dashed #b5e853;
margin: 40px 0px 0px 0px;

}

.footer-wrap {

display: flex;
padding: 20px;
column-count:2;

}

.footer-wrap section {

border: 1px dashed #b5e853;
padding: 10px;
margin: 0px auto 0px auto;
align-items: start;
flex: 0 0 28em;

}