
@font-face {
    font-family: header;
    src: url('../NineteenNinetyThree.otf');
}

@font-face {
    font-family: paragraph;
    src: url('../NineteenNinetyThree.otf');
}

/*SCROLLBAR*/

::-webkit-scrollbar {
    width: 10px;
  }
  
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  ::-webkit-scrollbar-thumb {
    background: blue;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: blue;
  }

/*SCROLLBAR END*/

body {
    background-image: url('../img/windows_2.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: paragraph;
    overflow: scroll;
    overflow-x: hidden;
}

.container {
    display:flex;
    align-items: center;
     justify-content: center;
}

.blogs {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    width: 100%;
}

h1 {
    font-weight: normal;
    font-size: 70px;
    font-family: header;
    color: white;
    padding: 20px;
    text-align: center;
    text-shadow: 4px 1px 6px rgba(20,25,230,0.55);
}

a:hover {
    text-decoration: 5px underline white;
}

a {
    color: white;
    text-decoration: none;
}

p {
    font-size:30px;
    font-family: header;
    color:white;
    text-align: center;
    margin-top: -60px;
    text-shadow: 4px 1px 6px rgba(20,25,230,0.55);
}