
/* =============================================================================
HTML5 CSS Reset Minified - Eric Meyer
========================================================================== */

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


/* =============================================================================
    My CSS
    ========================================================================== */

/* ---- base ---- */

html,body{
    width:100%;
    height:100%;
    background:#111;
    justify-content: center;
    display: flex;
}

html{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1 { 
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h1,h2,h3,h4,h5,h6,p,button,input,input::placeholder {
    font-family: monospace;
    color: white;
    
}

button {
    margin-top: 35px;
    margin-bottom: 20px;
    width: 50%;
    resize: both;
    height: 50px;
    border: 2px solid #d3d3d3;
    background-color: #8d8d8d;
    border-radius: 5px;
    text-align: center;
    font-size: 30px;
    color: lightgrey;
    line-height: 165%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button:hover {
    border: 2px solid #fff;
    color: white;
}

.contentContainer .main {
    text-align: center;
    margin-top: 10%;
    justify-content: center;

}

.contentContainer hr {
    width: 60%;
}

.contentContainer .main form input {
    width: 50%;
    padding-left: 0.5%;
    padding-right: 0.5%;
    height: 50px;
    border: 2px solid #d3d3d3;
    background-color: #8d8d8d;
    border-radius: 5px;
    text-align: center;
    font-size: 25px;
    color: lightgrey;
    
    
}

.footer {
    position: fixed;
    left: 0;
    bottom: 2%;
    width: 100%;
    font-family: monospace;
}

.footer p {
    font-family: monospace;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#shortened_url {
    width: 50%;
    margin: auto;
    height: 45px;
    border: 2px solid #d3d3d3;
    background-color: #8d8d8d;
    border-radius: 5px;
    text-align: center;
    font-size: 25px;
    color: lightgrey;
    line-height: 180%;
}



p {
    text-align: center;
}

.contentContainer .main form ::placeholder {
    color: lightgrey;
    font-size: 25px;
    text-align: center;
}

canvas{
    display:block;
}

.contentContainer img {
    margin-top: 20px;
}

.contentContainer h1 {
    margin-top: 10px;
    font-size: 84px;
}


.contentContainer h2 {
    margin-top: 15px;
    font-size: 42px;
}

.contentContainer h3 {
    margin-top: 15px;
    font-size: 30px;
}

/* ---- particles.js container ---- */

#particles-js{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #111111 !important;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat;
}

.contentContainer {
    backdrop-filter: blur(5px);
    text-align:center;
    width: 50%;
    height: 100%;
    position: absolute;
    border: #d3d3d3 solid 1px;
    border-bottom: transparent;
    border-top: transparent;
}
