body {
    margin: 0;
    padding: 0;
    background-image: url('Website Background.png');
    background-size: cover; 
    background-position: center; 
}
h1{
    text-align: center;
    margin-top: 50px;
    font-size: 100px;
}
.buttons {
    display: flex;
    flex-direction: column;
    max-width: 280px; 
    margin: 0 auto;
    text-align: center;
    margin-top: 100px; 
    position: relative; 
    z-index: 1; 
}
.button { 
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    margin: 30px 2px;
    cursor: pointer;
    border-radius: 8px;
}
.green{
    background-color: green;
}
.blue{
    background-color: blue;
}
.BrokenPhones {
    margin-top: -540px;
}
.No, .More, .Broken, .Phones {
    display: block; 
    margin-bottom: -10px; 
}
.No {
    font-size: 256px;
}
.More {
    font-size: 192px;
}
.Broken {
    font-size: 128px;
}
.Phones {
    font-size: 96px;
}
.bounces {
    margin-top: -790px;
}
.IT, .bounces1, .bounces2, .bounces3, .bounces4, .bounces5, .bounces6 {
    display: block; 
    text-align: right;
}
.bounces1, .bounces2, .bounces3, .bounces4, .bounces5, .bounces6 {
    margin-bottom: -60px;
}
.bounces3, .bounces4 {
    margin-bottom: -60px;
}
.bounces5, .bounces6 {
    margin-bottom: -90px;
}
.IT {
    font-size: 256px;
}
.bounces1, .bounces2 {
    font-size: 96px;
    font-style: italic;
    font-weight: 100;
}
.bounces3, .bounces4 {
    font-size: 128px;
    font-style: italic;
    font-weight: 100;
}
.bounces5, .bounces6 {
    font-size: 150px;
    font-style: italic;
    font-weight: 100;
}
.design {
    text-align: center;
    position: relative;
    top: -170px;
}
/* Page 2 */
.Info {
    text-align: center;
    font-size: 28px;
}
.green2 {
    background-color: green;
}
.reviews {
    display: flex;
    flex-direction: column;  
    margin-top: -270px;
}
.generatedCase {
    text-align: right;
    margin-top: -700px;
}
.sideProfile {
    text-align: right;
    transform: rotate(90deg);
    margin-top: -200px;
    margin-left: 900px;
}
/*page 3*/
.StorePageImage {
    text-align: center;
}
.blue2 {
    text-align: left;
    background-color: blue;
}
.color {
    text-align: left;
    background-color: rgba(9, 236, 236, 0.944);
}
.shopButtons {
    display: flex;
    flex-direction: column;
    margin-top: -300px;
    margin-left: 100px;
    max-width: 250px;
}
.color2 {
    text-align: right;
    background-color: green;
}
.color3 {
    text-align: right;
    background-color: red;
}
.shopButtons2 {
    display: flex;
    flex-direction: column;
    margin-top: -250px;
    margin-left: 1200px;
    max-width: 250px;
}