.lorem{
    height: 1000px;
    width: 1080px;
    background-color: lightcoral;
    margin-top: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.yell{
    height: 300px;
    width: 1080px;
    background-color: lightyellow;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.headersticky{
    background-color: blueviolet;
    width: 1080px;
    height: 50px;
    position: sticky;
    top:0;
    margin-bottom: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.footerfixed{
    background-color: lightsalmon;
    width: 1080px;
    height: 100px;
    margin-top: 5px;
    position: fixed;
    bottom: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}