@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;
  }


body {
    background-image: url('../img/snowy_wallpaper.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;
}

h1 {
    font-family: paragraph;
    font-weight: 100;
    color: white;
    font-size: 30px;
    text-align: center;
}

h3 {
    font-family: paragraph;
    font-weight: 100;
    color: #c5d3e5;
    font-size: 15px;
    text-align: center;
    margin-top: -30px;
    line-height: 15px;
}

p {
    font-family: paragraph;
    color: white;
    font-size: 15px;
}

a {
    color: white;
}

.container {
    width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

section {
    display: flex;
}

.main {
    background-color: #869ab4;
    width: 600px;
    padding: 10px;
}

.title {
    width: 400px;
    position: relative;
    top: 20px;

}

.links {
    position: fixed;
    margin-left: 700px;
    margin-top: 40px;
    width: 200px;
    height: 300px;
    border: 5px dashed white;
    padding: 10px;
}
