*{
    margin: 0;
    padding: 0;
}

body{
    background-image: url(../images/BlueSky_Background.png);
    height: 120vh;
    background-size: cover;
    background-position: center;
}

.logo img{
    width: 120px;
    position: absolute;
    top: 5%;
    left: 8%;
}

.magnifier img{
    width: 20px;
    position: absolute;
    top: 6%;
    right: 12%;
}

.menu img{
    width: 20px;
    position: absolute;
    top: 6%;
    right: 8%;
}

.shoes img{
    width: 42%;
    position: absolute;
    top: 30%;
    left: 50%;
}

.left_arrow img{
    width: 20px;
    position: absolute;
    top: 79%;
    left: 64.5%; 
}

.right_arrow img{
    width: 20px;
    position: absolute;
    top: 79%;
    left: 77%; 
}

.order{
    position: absolute;
    top: 78.4%;
    left: 70%;
    font-size: 15px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: normal;
    letter-spacing: 0.18em;
    word-spacing: 0.3em;
    line-height: 2;
    margin-right:60%
}

.information{
    position: absolute;
    top: 30%;
    left: 8%;
    font-size: 15px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: normal;
    letter-spacing: 0.18em;
    word-spacing: 0.25em;
    line-height: 2;
    margin-right:60%
}

.information h1{
    margin-bottom: 3%;
    letter-spacing: 0.15em;
    font-size: 36px;
}

.information p1{
    margin-bottom: 5%;
}

.information p2{
    font-size: 25px;
    margin-bottom: 5%;
    font-weight: bolder;
}

.button{
    background-color: rgb(122, 83, 212);
    color: #fff;
    padding: 10px 15px;
    border: none;
    text-decoration: none;
    border-radius: 15px;
}
