body {
    font-family: Comic Sans MS;
    background-color: #210834;
    font-size: 0.8em;
}

h1, h2, h3,h4, h5, h6  {
    margin:0;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.80em;
}
h3 {
    font-size: 1.60em;
}
h4 {
    font-size: 1.40em;
}

h5 {
    font-size: 1.20em;
}

h6 {
    font-size: 1em;
}


.usb-container {
    border: 32px solid transparent;
    padding:10px;
    border-image: url('/assets/images/techborder.png') 20% round;
    max-width: 500px;
    margin:auto;
    color:#6bcbae;
    display:grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

.usb-contained {
    margin:auto;
    border: 16px solid transparent;
    border-image: url('/assets/images/techborder.png') 20% round;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding:5px;
}

.portables, .back, .backup, .filedir {
    grid-column: span 2;
}

.kingston {
    grid-row: span 2;
}


ul {
    margin-block:0;
    padding-left:25px
}

a {
    color: #99d9ea;
}