html {
    background:
            radial-gradient(circle farthest-side at 0% 50%,#141E40 23.5%,rgba(213,213,255,0) 0)21px 30px,
            radial-gradient(circle farthest-side at 0% 50%,#333865 24%,rgba(213,213,255,0) 0)19px 30px,
            linear-gradient(#141e40 14%,rgba(213,213,255,0) 0, rgba(213,213,255,0) 85%,#141e40 0)0 0,
            linear-gradient(150deg,#141e40 24%,#333865 0,#333865 26%,rgba(213,213,255,0) 0,rgba(213,213,255,0) 74%,#333865 0,#333865 76%,#141e40 0)0 0,
            linear-gradient(30deg,#141e40 24%,#333865 0,#333865 26%,rgba(213,213,255,0) 0,rgba(213,213,255,0) 74%,#333865 0,#333865 76%,#141e40 0)0 0,
            linear-gradient(90deg,#333865 2%,#141e40 0,#141e40 98%,#333865 0%)0 0 #141e40;
    background-size: 40px 60px;

}

body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: sans-serif;
    margin: 0;

    background: #141E30;  /* fallback for old browsers */
    background: linear-gradient(to top, rgba(36, 59, 85, .4), rgba(20, 30, 48, .8));
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

body a {
    color: blue;
    text-decoration: none;

}

body a:hover {
    color: red;
}

body a:visited {
    color: blue;
    text-decoration: none;
}

#search {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 10px;
}

#linksboxes {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 800px;
}

.links {
    display: inline-block;
    padding: 20px;
    text-align: left;
    border: 1px solid lightgray;
    border-radius: 5px;
    min-width: 250px;
    margin: 10px 20px;
    vertical-align: top;



    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}

.links ul {
    margin: 0;
    padding: 0;
}

.links li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
