html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    padding: 20px;
}

h1 {
    margin-top: 140px;
    margin-bottom: 20px;
    font-size: 60px;
    font-family: 'Shippori Antique B1', sans-serif;
}

h2,
h3,
h4 {
    font-family: 'Shippori Antique B1', sans-serif;
}

h1,
h2,
h3,
h4,
p,
p a:visited,
p a:hover,
p a:focus,
p a:active,
h5 {
    animation: gradientColor 80s ease infinite;
}

h2,
h3,
h4,
p {
    max-width: 600px;
}

a {
    display: flex;
    width: 140px;
    text-decoration: none;
    margin-right: 20px;
}

a.small {
    display: flex;
    width: 50px;
    text-decoration: none;
}

a div {
    transition: 0.3s cubic-bezier(0, 1, 1, 1);
    animation: gradientButtonColor 80s ease infinite;
    border: 1px solid;
    text-decoration: none;
    font-family: 'Shippori Antique B1', sans-serif;
    width: 160px;
    text-align: center;
    font-size: 12px;
    padding: 15px 0;
    position: relative;
}

.link-container {
    display: flex;
    align-content: flex-start;
    margin-bottom: 40px;
}


a.small div {
    width: 50px;
}

a div:before {
    transition: 0.3s cubic-bezier(0, 1, 1, 1);
    opacity: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    animation: gradientBColor 80s ease infinite;
}

a:hover div:before {
    opacity: 1;
}

a:hover div {
    color: white !important;
}

h2 {
    animation: gradientButtonColor 80s ease infinite;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px dotted;
    padding-bottom: 5px;
    font-size: 10px;
    margin-bottom: 20px;
}

h3 {
    font-size: 30px;
    margin-bottom: 3px;
}

h3 span {
    font-size: 10px;
    margin-left: 4px;
}

h4 {
    margin-bottom: 10px;
}

h5 {
    font-family: 'Roboto Mono', monospace;
    margin-bottom: 5px;
    letter-spacing: 5px;
    font-size: 14px;
}

p {
    font-family: 'Roboto Mono', monospace;
    margin-bottom: 20px;
    line-height: 26px;
    font-size: 17px;
}

p a {
    display: inline;
    animation: gradientColor 80s ease infinite;
    text-decoration: underline;
}

p a:hover {
    animation: gradientButtonColor 80s ease infinite;
    text-decoration: none;
    border: 1px solid;
}

.top {
    font-size: 20px;
    line-height: 31px;
    max-width: 100%;
}


body {
    background: linear-gradient(-45deg, hsl(34.3, 53.8%, 97.5%), hsl(35, 46.2%, 94.9%), hsl(23.4, 71.9%, 88.8%), hsl(53.4, 100%, 85.7%), hsl(175.3, 71.8%, 48.6%), hsl(165.3, 60.5%, 84.1%), hsl(165.3, 60.5%, 84.1%), hsl(165, 50%, 92.2%), hsl(0, 0%, 94.9%));
    background-size: 1000vw 1000vh;
    animation: gradient 80s ease infinite;
    height: 100vh;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradientColor {
    0% {
        color: #2626aa;
    }

    50% {
        color: #158640;
    }

    100% {
        color: #2626aa;
    }
}

@keyframes gradientBColor {
    0% {
        background-color: #2626aa;
    }

    50% {
        background-color: #158640;
    }

    100% {
        background-color: #2626aa;
    }
}

@keyframes gradientButtonColor {
    0% {
        color: #2626aa;
        border-color: #2626aa;
    }

    50% {
        color: #158640;
        border-color: #158640;
    }

    100% {
        color: #2626aa;
        border-color: #2626aa;
    }
}

.column {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    flex-wrap: wrap;
}
