body {
  background-image: url('background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h1 {
    display: flex;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    font-family: "Bagel Fat One", system-ui;
    background-color: rgb(0, 25, 134);
    height: 125px;
    width: 325px;
    margin: auto;
    border-radius: 50px;
    margin-bottom: 20px;
    margin-top: 50px;
    letter-spacing: 5px;
    border-style: double;
    border-width: 15px;
    border-color: rgb(74, 103, 207);
    font-size: 45px;
}

.bagel-fat-one-regular {
  font-family: "Bagel Fat One", system-ui;
  font-weight: 400;
  font-style: normal;
}

.josefin-sans {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

p {
    color: #ffffff;
}

h2 {
    color: white;
    font-family: "Josefin Sans", system-ui;
    letter-spacing: 1px;
    font-style: italic;
}

.paragraphs {
    background-color: rgb(0, 25, 134);
    height: auto;
    justify-content: center;
    width: 1000px;
    margin: auto;
    padding: 30px;
    border-radius: 10px;
    display:flex;
    gap: 10px;
    flex-direction: row-reverse;
    border-style: double;
    border-color: rgb(74, 103, 207);
    border-width: 12px;
    font-family: "Josefin Sans", system-ui;
    font-weight: 500;
    font-size: 20px;

}

a {
    color: white;
    letter-spacing: 2.5px;
}

.navbar {
    background-color: rgb(0, 25, 134);
    display: flex;
    width: 600px;
    text-align: center;
    margin: auto;
    padding: 5px;
    border-radius: 20px;
    border-style: double;
    border-color: rgb(74, 103, 207);
    margin-bottom: 15px;
    font-family: "Bagel Fat One", system-ui;
    font-size: 20px;
    border-width: 12px;

}

.links {
    flex-grow: 1;
    padding: 5px;
    background-color: rgb(51, 80, 182);
    margin: 5px;
    border-radius: 20px;
    border-style: dashed;
    border-color: rgb(74, 103, 207);
    border-width: 5px;
}


#wolf-image {
    height: auto;
    width: 175px;
    border-radius: 50px;
    border-color: rgb(74, 103, 207);
    border-style: double;
    border-width: 12px;
    margin: auto 0;
    display: flex;
}

.body-of-text {

}

#cookie-image {
    height: auto;
    width: 100px;
    border-radius: 10px;
    border-color:#0a38ad;
    border-style: solid;
    margin: auto 0;
    display:flex;
}