html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.title {
    color: #e557a3;
    position: relative;
    left: 600px;
}
#rotate {
    position: relative;
    top: 0;
    left: 0;
}
#rotate2 {
    position: relative;
    top: 0;
    left: 0;
}
#rotate3 {
    position: relative;
    top: 0;
    left: 0;
}
#description {
    background-color: #ffc5d3;
    color: white;
    padding: 135px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    position: relative;
    top: 299;
    left: 400px;
}

