@charset "UTF-8";

/*
    <!-- 
                _ _ _                                                _ _ _              _
              /_/_/_/   _     _    _ _ _       _ _ _     _   _ _   |_|_|_|_     _ _    |_|  
            /_/       /_/   /_/  /_/_/_/     /_/  /_/  /_/_/_/_/   |_|   |_|  _|_|_|_   _   
            /_/_/    /_/   /_/  /_/   /_/  /_/_/_/_/  /_/          |_|-|-|_  |_|   |_| |_|  
          _ _ _/_/  /_/   /_/  /_/   /_/  /_/        /_/           |_|_ _|_| |_|_ _|_| |_| 
        /S/I/D/     /_/_/_/   /_/_ _/      /_/_/_/  /_/            |B|O|I|     |_|_|   |_|  
                             /_/                                 
                            /_/     
     -->
*/

h1 {text-align: center;}
h2 {text-align: center;}
body{
    background-image: url('../images/gradient-wallpaper-9.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
img{
  width: 70vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.center{
    margin: 0;
    position: absolute;
    left: 2.5vw;
    right: 2.5vw;
    margin: 0 auto 0 auto;
}
