.box {
    width: 500px;
    height:fit-content;
    background-color: rgba(255, 255, 255, 0.5);
    border: white 2px solid;
    margin: 0 auto;
    padding: 30px;
    font-weight: 300;
    font-style: normal;
}

p:hover {
    color: rgb(28, 82, 185);
}

.header {
    font-family: "amandine", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 0 0;
}

h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
}

h2 {
  line-height: 1;
}

.image img {
    display: block;
    margin: 0 auto;
}

body {
    background-image: url(background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    margin: 0;
    font-family: "fp-dancer-serif", sans-serif;
}

.footer {
    width: 100%;
    height: 60px;
}

.name {
    font-size: 15px;
    font-weight: 600;
}