* {
    background-color: rgb(255, 212, 255);
    background-image: url('assets/background.png');
    background-position: initial;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}
p {
    color:  rgb(75, 0, 110);
    font-size: 0.5in;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 300;
    font-style: italic;
}
.download p{
    margin-top: 35px;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
}
.download  img{
    margin-top: 10px;
    width: 210px;
    height: 150px;
}
.screenshots p {
    margin-top: 10px;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
}
.screenshots img{
    border: 2px solid rgb(255, 255, 255);
    border-radius: 12px;
    margin-top: 10px;
    margin-left: 5px;
    height: 700px;
}