#suite{
    display: flex;
    flex-direction: column;
    width: 80%;
    align-items: center;
}
#suite h1{
    font-size: 3em;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 35px;
    color: white;
}
#suite img{
    width: 70%;
    box-shadow: 5px 5px 10px 0px #D283FF;

}