.geist-mono-400
{
    font-family: "Geist Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.lexend-700
{
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.roboto-400
{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

@font-face
{
    font-family: 'SF Mono Regular';
    font-style: normal;
    font-weight: normal;
    src: local('SF Mono Regular'), url('fonts/SFMonoRegular.woff') format('woff');
}

.sf-mono-400
{
    font-family: "SF Mono Regular", monospace;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body
{
    background: #000000;
}

.line
{
    line-height: 1.1em;
    display:block;
    text-align: left;
}

.cline
{
    line-height: 1.1em;
    font-size: 1.25em;
    display:block;
    text-align: left;
    /*border-bottom: #FFFFFF 1px solid;*/
    /*position: absolute;*/
    /*left:1.75em;*/
}

.pline
{
    line-height: 1.3em;
    display:block;
    text-align: left;
    margin: 0em 0em 1em 0em;
}

#message
{
    color: #FFFFFF;
    padding: 1em;
    text-align: center;
    display: inline-block;
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin-right: -50%;*/
    /*transform: translate(-50%, -50%);*/
}

#chapo
{
    /*background-image: url("fond.jpeg");*/
    font-family: "Roboto Mono", "Courier New", monospace;
    margin: 2em 1em 1em 9em;
    position: relative;
}

#copy
{
    font-size: 0.75em;
    vertical-align: super;
}

.gradient-text
{
    background-color: #8f0ec2;
    background-image: linear-gradient(90deg, rgba(143, 14, 194, 1) 20%, rgba(36, 217, 26, 1) 76%, rgba(0, 64, 255, 1) 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

#line
{
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(143, 14, 194, 1) 20%, rgba(36, 217, 26, 1) 76%, rgba(0, 64, 255, 1) 100%);
    background-size: 100%;
    border: none;
    margin-bottom: 1em;
}

#title
{
    margin: 0em 2em 0.5em 2em;
    border-radius: 0.375em;
    font-family: "Roboto Mono", "Courier New", monospace;
    font-size: 3em;
    padding: 1em 1em 0em 1em;
    letter-spacing: -0.05em;
    line-height: 1.5em;
}

#subtitle
{
    letter-spacing: 0em;
    font-size: 0.5em;
    padding: 0em 0em 1em 0em;
}

#paragraph
{
    border-radius: 0.375em;
    margin: 0 7em 0 6.25em;
    font-family: GeistMono, ui-monospace, SFMono-Regular, Roboto Mono, Menlo, Monaco, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
    padding: 1.25em 13em 0em 1em;
    font-size: 1.25em;
}

#action
{
    padding: 1em 1em 1em 1em;
}

#footer
{
    color: #FFFFFF;
    font-family: "Roboto Mono", "Courier New", monospace;
}

#footer a
{
    color: #FFFFFF;
    text-decoration: underline;
}