h1 {
    text-align: center;
}
body {
    background-image: url(Kakyoin.jpg);
}
html {
    color:green
}
#borders {
    border-style:dashed;
    border-width:80px;
    border-color:rgb(255, 0, 68);
    margin: 10px;
    padding: 80px;
    background-image: url(Remy.jpg);
}
a:hover {
    font-size: 160px;
    color:white;
}
a:active {
    background-image: url(Remy.jpg);
}
.couleur {
    color:red
}