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
}
@import url('https://fonts.googleapis.com/css?family=Roboto');
 body {
     visibility: hidden;
     background-color: black;     
     color: white;
     font-family: 'Roboto', sans-serif;
     font-weight: 100;
     background-image: url("https://www.nowornever.productions/wall-background-resized.png");
     background-size: 500px 400px;
     background-repeat: repeat;
     margin-top: 1%;
     margin-bottom: 2%;
     margin-left: 25%;
     margin-right: 25%;
}
 @media only screen and (max-width: 900px) {
     body {
         margin-left: 10%;
         margin-right: 10%;
         margin-bottom: 20%;
    }
}
 p {
     color: #FCFBFC;
     width: 100%;
     font-size: 18px;
     margin-bottom: 35px;
}
 .center {
     display: flex;
     flex-direction: column;
     justify-content: space-around;
}
 .logo-section {
     display: flex;
     justify-content: flex-end;
}
 @media only screen and (max-width: 900px) {
     .logo-section {
         justify-content: center;
    }
}
 .logo {
     display: flex;
     flex-direction: row;
     height: 150px;
     width: 150px;
     margin-top: 10px;
     margin-bottom: 40px;
}
 .text {
     margin-bottom: 55px;
}
 @media only screen and (max-width: 900px) {
     .text {
         margin-bottom: 10px;
         text-align: center;
    }
}
 .icons {
     display: flex;
     flex-direction: row;
     justify-content: flex-end;
}
 @media only screen and (max-width: 900px) {
     .icons {
         justify-content: space-around;
         align-items: center;
    }
}
 .icon {
     height: 35px;
     width: 35px;
     margin-left: 10px;
}
 @media only screen and (max-width: 900px) {
     .icon {
         margin-left: 0px;
         margin-right: 0px;
         margin-bottom: 25px;
    }
}
