.tete {
    float: right;
    margin-right: 50px;
}
.tit {
    margin-left: 30px;
    background-color: rgb(156, 14, 191);
    color: white;
    padding: 20px;
}
.cont1 {
    background-color: rgb(156, 14, 191);
}
body {
    background-color: rgb(247, 247, 133);
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.cont2 {
    background-color: rgb(250, 255, 179);
}
img {
    width: 900px;
    position: relative;
    left: 200px;
    bottom: 120px;
}