.website{
    color: rgb(0, 0, 0);
    background-image: url(img/todobg1.jpg);
    background-size:cover;
    width: 25%;
    height: 40%;
    left: 60%;
    position: absolute;
    top: 10%;
    overflow: scroll;
    padding: 0;
}
.W{
    font-family: Parfume, sans-serif;
    font-size: 80px;
    margin-top: 10%;
    margin-bottom: 1px;
    text-align: center;
}
@font-face {
    font-family: Milton;
    src: url(font/Milton_One.otf);
}
@font-face{
    font-family: Parfume;
    src: url(font/parfumerie-script-regular.otf);
}

.website{
    text-align: center;
}

ul{
    word-spacing: 10%;
    padding: 0;
}

li{
    margin: 2%;
}

.art{
    background-color: bisque;
    width: 25%;
    height: 40%;
    left: 10%;
    top: 50%;
    position: absolute;
    background-image: url(img/todobg2.jpg);
}
.A{
    font-family: Parfume, sans-serif;
    font-size: 80px;
    margin-top: 10%;
    margin-bottom: 1px;
    text-align: center;
}