*{
    padding: 0;
    margin: 0;
}
body{
    background-color: white;
    padding: auto;
    margin: auto;
}
h1{
    color: rgb(243, 239, 239);
    background: linear-gradient(35deg, red, blue, green );
    background-color: black;
    padding: 15px;
    text-align: center;
    justify-content: center;
    font-size: 1.9rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.stack{
    width: 70%;
    height: auto;
    position: relative;
}
.stack img{
    width: 100%;
}
.stack .full{
    position: absolute;
    font-size: 5rem;
    top: 40%;
    font-weight: bolder;
    left: 50%;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    transform: translate(-50%, -50%);
}
p{
    font-size: 2rem;
}
.class{
    left: 60%;
    justify-content: right;
    text-align: center;
}
.from{
    font-weight: lighter;
    font-size: 1.4rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.buy{
    color: white;
    background-color: blue;
    justify-content: center;
    border: none;
    border-radius: 15px;
    padding: 10px;
    cursor: pointer;
    
}

.blue{
    font-size: 1rem;
}

.container{
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.container img{
    width: 100%;
}
.container .master{
    position: absolute;
    font-size: 1.3rem;
    color: white;
    top: 40%;
    font-weight: bolder;
    left: 50%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    transform: translate(-50%, -50%);
}

.black{
    color: black;  
}
h3{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem;
}


.footer{
    display: flex;
    justify-content: space-around;
    text-align: center;
    
}
.footer img{
    width: 10%;
    height: 150px;

}




.free{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1rem;
    align-items: center;
}
.price{
    font-family: 'Courier New', Courier, monospace;
}

.end{
    background-color: blue;
    font-size: 1.5rem;
    color: white;
    text-align: center;
    padding: 10px;
}
.apple{
    color: rgb(101, 207, 248);
}
