@font-face {
    font-family: Vintage;
    src: url(../font/Vintage_Propagandist.ttf);
    font-weight: normal;
    font-size: normal;
}

body {
    margin-left: 10em;
    background: #ffe4f2;
    color: rgb(0, 130, 230);
    font-family: Vintage, serif;
}
h1 {
    font-weight: normal;
}

p {
    font-size: 5em;
    position: absolute;
    width: auto;
    transition: 1s;
}

.fee {
    top: -20px;
    left: 770px;
}

.fee:hover {
    transform: scale(2) rotate(30deg);
}

.castle {
    top: -100px;
    right: 240px;
    font-size: 10em;
}

#deux {
    display: none;
}

.princesse {
    top: 65px;
    right: 420px;
}
