@font-face {
  font-family: 'JuliaMono';
  src: url('./assets/fonts/JuliaMono-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  background-image: url("../images/\ background.jpeg");
  background-size: 100%;
  background-repeat: repeat;
}

* {
  font-family: 'JuliaMono', monospace;
}


h1 {
    color: #ff0967;
    font-size: 40pt;
    font-weight: large;
    justify-content: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom: 2px solid black;
    text-align: center;

}

h2 {
    color:#403799;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

p {
    color: white;
    font-size: 12pt;
    font-weight: light;
    text-align: center;
}

 .box {
    border: 5px solid #403799;
    border-radius: 500px;
    background:#8767d1d3;
    margin: 10px;
    width: 250px;
    height: 250px;
    padding: 50px;
 }

 .one {
    position: absolute;
    top: 200px;
    left: 300px;
 }

 .two {
    position: absolute;
    top: 800px;
    right: 300px;
}

.three {
    position: absolute;
    top: 1400px;
    left: 100px;
}

.four {
    position: absolute;
    top: 2000px;
    right: 100px;
}

.five {
    position: absolute;
    top: 2600px;
    left: 400px;
}

li:hover {
    color:#e4a11a
}

.menu {
    list-style: none;
    position: fixed;
    background:rgba(132, 132, 132, 0.6);
    bottom:0px;
    left:0px;
    margin:10px;
    display: block;
    justify-content: space-around;
    padding: 8px;
    gap: 10px;
    border-radius: 5px;
    box-shadow:
        0px 2px 2px 2px rgba(0, 0, 0, .8);
}

a {
    color: white;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color:#e4a11a
}

li {
    color: white;
    padding: 10px;
    cursor: pointer;
    font-size: 12pt;
    font-weight: light;
}