body 
{
    background-color:cadetblue;
    font-size: large;
}

.btn
{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.icone
{
    width: 50px;
    cursor: pointer;
}

h1
{
	text-align: center;
	color:midnightblue;
}

h2
{
	padding-left: 20px;
    color: azure;
}

h3
{
	padding-left: 40px;
    color: rgb(193, 181, 181);
}


ul
{
	list-style-type: circle;
}

a 
{
    color: rgba(27, 16, 180, 0.753);
}

a:hover
{
    background-color: rgba(221, 63, 15, 0.84);
}
a:visited
{
    color: rgb(48, 5, 74);
}

img.mamy
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}

.tricot
{
    display: flex;
    justify-content: space-around;
}

img.creatricot
{
    width: 20%;
    height: auto;
}

.crochet
{
    display: flex;
    justify-content: space-around;
}

img.creacrochet
{
    width: 20%;
    height: 400px;
}