@font-face{
    font-family: "typerwriter";
    src: url(https://furaisu.neocities.org/fonts/Typewriter.ttf) format('truetype');    
}
@font-face{
  font-family: "cute_love";
  src: url(https://furaisu.neocities.org/fonts/Cute%20Love.ttf);
}
@font-face{
  font-family: "cheri";
  src: url(https://furaisu.neocities.org/fonts/CHERI___.TTF);
}
@font-face{
  font-family: "dwat";
  src: url(https://furaisu.neocities.org/fonts/Disappeared%20without%20a%20trace.ttf);
}

body {
    margin: 0;
    padding: 5px;
    text-align: center;
    background-image: url("https://furaisu.neocities.org/images/%EF%B9%ABsolyhae%20%F0%9F%90%BC.jpeg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;

}

.container{
    background-color: aliceblue;
    border-radius: 20px;
    width: 800px;
    margin: auto
}
.container2{    
    margin: auto;
    width: 1000px;
    display: flex;
}
.title{
    position: relative;
    margin: 10px; 
}
h1{
    font-family: "cheri";
    font-size: 44px
}
.colonne1{
    align-items: center; 
    width: 255px;
}
.colonne2{
    position: relative;
    width: 500px;  
    margin-left: 10px; 
    overflow: hidden;

}

.navbar{
    margin-top: 20px;
    padding: 10px;
    background-image: url(https://furaisu.neocities.org/images/pale%20pink%20tartan.jpg);
    height: 278px;
    border: dotted;
    border-width: 5px;
    border-radius: 20px;
    margin: 20px;
}
.navbar img:hover{
    text-decoration: none
}
.list1,
.list2,
.list3,
.list4, 
.list5{
    margin: 10px;
    padding-top: 15px;
}
.navbar a{
    text-decoration: none;
    background-color: black;
    padding: 0.5em 2em;
    border-radius: 25px;
    color: #ffa4c1;
    font-family: "cute_love"; 
}
.navbar a:hover{
    color: black
}
.list1 :hover{
    background-color: #ff86d9;
    padding: 0.5em 2em;
    border-radius: 25px;
    transition: 250ms ease;
}
.list2 :hover{
    background-color: #a786ff;
    padding: 0.5em 2em;
    border-radius: 25px;
    transition: 250ms ease;

}
.list3 :hover{
    background-color: #86faff;
    padding: 0.5em 2em;
    border-radius: 25px;
    transition: 250ms ease;
    
}
.list4 :hover{
    background-color: #abff86;
    padding: 0.5em 2em;
    border-radius: 25px;
    transition: 250ms ease;

}
.list5 :hover{
    background-color: #faff86;
    padding: 0.5em 2em;
    border-radius: 25px;
    transition: 250ms ease;

}


.links{
    margin: 10px;
    border-block-end-style: dotted;
}





