@charset "UTF-8";

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

body{
    background-image: url('../images/gradient-wallpaper-9.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
 .topnav{
     background-color:darkslateblue;
     overflow: hidden;
 }
 .topnav a{
     float: left;
     color:deeppink;
     text-align:center;
     padding:14px 16px;
     font-size:20;
 }
 .bigwords{
     font-size:100;
     text-align:center;
 }
 .mediumwords{
     font-size:50;
     text-align:center;
 }
 .smallwords{
     font-size:25;
     text-align:center;
 }
 .image{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
 }
