*{
    box-sizing: border-box;
}

body{
    background: linear-gradient(0deg, #060704 0%, #0B0B0A 25%, #0E0E10 50%, #0F1016 75%, #001B2F 100%);
    background-repeat: no-repeat;
    background-position: center middle;
    background-attachment: fixed;
    cursor: url(images/Cursor.png), url(images/Cursor.png), url(images/Cursor.png), auto;
}

h1{
    display: inline;
    color: black;
    text-align: center;
    vertical-align: middle;
    font-size: 64px;
    font-family: Justice;
    background: -webkit-linear-gradient(90deg,#861388 0%, #1A041B 49%, #5C9EAD 51%, #122023 100%);
    border-image: linear-gradient(0deg,#861388 0%, #1A041B 49%, #5C9EAD 51%, #122023 100%) 1;
    border-style: solid;
    border-width: 8px;
    border-color: black;
    padding: 2px 8px 2px 8px;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h2{
    font-size: 32px;
    font-family: Brussels;
    font-style: italic;
    background: -webkit-linear-gradient(90deg, maroon 0%, red 100%);
    margin-top: -4px;
    transform: rotate(-15deg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h3{
    color: white;
    text-align: left;
    font-size: 32px;
    font-family: Brussels;
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
/*from here*/
h4{
    color: white;
    font-size: 16px;
    font-family: 'Courier New', Courier, monospace;
    text-decoration: underline;
    width: 10%;
    margin-left: 512px;
    border-style: solid;
    background-color: black;
    border-radius: 8px;
}

h5{
    text-align: top;
    vertical-align: top;
    font-family: Justice;
    font-style: italic;
    font-size: 40px;
    text-decoration: underline;
    color: maroon;
    transform: rotate(-5deg);
    background: -webkit-linear-gradient(maroon 0%, red 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #ffffff;
    margin: 8px;
    padding: 1px;
    text-align: center;
}

.recommend a{
    font-size: 16px;
    font-family: brussels;
    font-style: italic;
    width: 20%;
    display: block;
    text-align: center;
    border-radius: 8px;
    border: solid 1px;
    margin: auto;
    background-color: black;
    color: white;
    transition: 0.2s;
}

.recommend a:hover{
    width: 25%;
    color: greenyellow;
}

.recommend li{
    list-style-type: none;
}

h6
{
}

.header{
    width: 100%;
    float: center;
    text-align: center;
    font-size: 32px;
    padding-top: 16px;
}

.header h2{
    margin-left: 512px;
}

.aboutMe{

}

.aboutOthers{

}

.navigation{
    font-size: 24px;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    margin-bottom: 8px;
}

.navigation a{
    font-size: 32px;
    font-family: Justice;
    width: 25%;
    display: inline-block;
    text-decoration: none;
    color: white;
    background-color: black;
    border-style: none solid none solid;
    padding: 0px 8px 0px 8px;
    margin: 0px -4px 0px -4px;
    transition: 0.4s;
}

.navigation a:hover{
    text-decoration: underline;
    background-color: maroon;
}

.column{
    float: left;
    padding: 8px;
    margin: 0px 5% 0px 5%;
    height: 100%;
    min-height: 640px;
    background-image: linear-gradient(0deg, #f9c80e 0%, #ff4365 25%, #540d6e 50%, #791e94 75%, #541388 100%);
    border-style: none solid none solid;
    border-color: #2de2e6;
}

.column.side{
    width: 15%;
}

.column.middle{
    width: 40%;
}

.row:after{
    content: "";
    display: table;
    clear: both;
}

.footer{
    background-image: linear-gradient(0deg, #241734 0%, #2e2157 25%, #fd3777 50%, #f706cf 75%, #fd1d53 100%);
    padding: 8px;
    width: 100%;
    text-align: center;
}

hr
{
    background-color: goldenrod;
    border: none;
    width: 100%;
    height: 4px;
    margin: 0px;
}

p
{
    font-family: 'Courier New', Courier, monospace;
    color: black;
    padding: 0px;
    margin: 0px;
    background-color: white;
    border-radius: 8px;
}

#thankYouVixi{
    font-size: 16px;
    font-family: Brussels;
    color: greenyellow;
    background-color: black;
    border-color: white;
    border-width: 2px;
}

#thankYouVixi b{
    font-size: 24px;
    font-family: Justice;
    text-decoration: underline;
    color: greenyellow;
    background-color: black;
}

.socials{
    width: 60%;
    list-style-image: url(/images/ul_icon.png);
    margin: 0px;
    padding: 16px;
}

.socials a{
    color: black;
    cursor: pointer;
    position: relative;
    margin: 0px;
    padding: 0px;
    background: white;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    font-family: 'Courier New', Courier, monospace;
    transition: 0.2s;
}

.socials a:hover{
    color: white;
    margin-left: 4px;
    background: black;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
    font-family: 'Courier New', Courier, monospace;
}

/*a:link
{
    color: yellowgreen;
    background-color: black;
    text-decoration: underline;
    font-size: 16px;
    padding: 4px 8px;
    text-align: center;
    display: inline-block;
    border-radius: 8px;
}

a:visited
{
    color: green;
}

a:hover
{
    color: chartreuse;
    background-color: black;
}

a:active
{
    color: yellow;
}*/

/*
ul li.checked::before
{
    content: '';
    position: absolute;
    border-color: lightgray;
    border-style: solid;
    border-width: 0 2px 2px 0;
    top: 10px;
    left: 16px;
    transform: rotate(45deg);
    height: 15px;
    width: 7px;
}*/

.close
{
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 16px 12px 16px;
}

.close:hover
{
    background-color: red;
    color: white;
}
  
.listHeader
{
    background-color: white;
    text-align: center;
}

.listHeader h2
{
    text-align: center;
    font-size: 48px;
    color: black;
}

.listHeader:after
{
    content: "";
    display: table;
    clear: both;
}
  
  /* Style the input */
  input {
    margin: 0;
    border: none;
    border-radius: 0;
    width: 75%;
    padding: 10px;
    float: left;
    font-size: 16px;
  }
  
  /* Style the "Add" button */
  .addButton {
    padding: 10px;
    width: 25%;
    background: #d9d9d9;
    color: #555;
    float: left;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0;
  }
  
  .addButton:hover {
    background-color: #bbb;
  }

address
{
    font-family: 'Courier New', Courier, monospace;
    font-style: italic;
    font-size: 16px;
}

address:hover
{
    text-decoration: underline;
    color: black;
}

blockquote
{
    font-family: 'Courier New', Courier, monospace;
    font-style: italic;
    color: black;
    text-decoration: underline;
}

bdo
{
    font-family: 'Courier New', Courier, monospace;
    color: yellow;
}

abbr
{
    font-family: 'Courier New', Courier, monospace;
    color: yellow;
    cursor: help;
}

cite
{
    font-family: 'Courier New', Courier, monospace;
    color: black;
}

article
{
    font-family: 'Courier New', Courier, monospace;
    background: black;
    border-radius: 8px;
}

table, th, td
{
    border: 4px;
    border-radius: 10px;
    background-color: aliceblue;
    border-style: outset;
    border-color: purple;
}

th, td
{
    background-color: aquamarine;
}

tr:nth-child(even)
{
    background-color: #D6EEEE;
}

.logo
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.portraitoval
{
    border: 8px solid goldenrod;
    border-radius: 50%;
    box-shadow: 0 0 4px 1px black;
    filter: contrast(80%);
}

.portraitoval:hover
{
    box-shadow: 0 0 16px 1px black;
    filter: contrast(100%);
    transform: scale(105%);
}

.intro
{
    float: right;
    background-color: #D6EEEE;
    display: inline-block;
}

.gridtest
{
    float: none;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.palm
{
    width: 10%;
    vertical-align: middle;
    border-style: solid;
    border-width: 8px;
    border-radius: 100%;
    border-color: fuchsia;
    display: inline;
    background: linear-gradient(gold 0%, purple 100%);
}