body{
    margin:0;
    padding: 0;
    height: 100%;
    background-color: #1A4E90;
}

.one {
    position: fixed;
}

#done {
    margin: 0;
    padding: 0;
    z-index: 51;
    height: auto;
    width: 100%;
    position: fixed;
}

#done img{
    width: 100%;
    height: 100%;   
}

.line {
    width: 1500px;
    height: 15px;
    z-index: 52;
    margin: 0px;
    margin-top: 26.75%;
    position: fixed;
    background-color: white;
}

#getwhatyouneedtodo {
    margin: 0;
    padding: 0;
    z-index: 50;
    height: auto;
    width: 100%;
    position: fixed;
}

#getwhatyouneedtodo img{
    width: 100%;
    height: 100%;
}

.two {
    position: fixed;
    background-color: white;
    height: 100%;
    z-index: 54;
    width: 100%;
    margin: 0;
    padding: 0;
}

.appimages1 {
    margin: 20px;
    padding: 20px;
    height: auto;
    width: 20%;
    left: 10%;
    z-index: 58;
    position: fixed;
}

.appimages2 {
    margin: 20px;
    padding: 20px;
    height: auto;
    width: 20%;
    left: 40%;
    z-index: 58;
    position: fixed;
}

.appimages3 {
    margin: 20px;
    padding: 20px;
    height: auto;
    width: 20%;
    left: 70%;
    z-index: 58;
    position: fixed;
}

.isoimages {
    margin: 20px;
    padding: 20px;
    height: auto;
    width: 80%;
    left: 10%;
    z-index: 58;
    position: fixed;
}