body {
    margin: 0;
    padding: 4rem 0;
}
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top:0;
    width: 100%;
    height: 4rem;
    background-color: #68cdd5;
    z-index: 1;
}

header a {
    width: 42px;
    height: 44px;
    background-image: url("images/task6/CssGaga.png");
    background-position: 0 -96px;
    transform: scale(0.5);
}

.span-hidden {
    margin: 0 1rem;
    width: 2rem;
}

.btn-group {
    border-radius: 0.5rem;
    background-color: #1b6d85;
}

.btn-left {
    width: 6rem;
    height: 3rem;
    border: none;
    border-radius: 0.5rem;
    color: white;
    background-color: transparent;
}

.btn-right {
    width: 6rem;
    height: 3rem;
    border: none;
    border-radius: 0.5rem;
    color: #68cdd5;
    background-color: white;
}

main {
    width: 100%;
}

select {
    text-align-last: center;
    border: none;
    width: 30%;
    height: 2.5rem;
    color: #9d9d9d;
}

.select-center {
    width: 35%;
    border-left: 0.1rem solid #eff0f4;
    border-right: 0.1rem solid #eff0f4;
}

.main-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: white;
    border-bottom: 0.1rem solid #eff0f4;
    z-index: 2;
}

ul {
    margin: 0;
    padding: 4rem 0 0 0;
}

li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 0.1rem solid #eff0f4;
}

.icon1 {
    position: relative;
    top: 0.5rem;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("images/task6/CssGaga.png");
    background-position: -96px 0;
    transform: scale(0.5);
}

.icon2 {
    position: relative;
    top: 0.5rem;
    display: inline-block;
    width: 19px;
    height: 23px;
    margin: 0 2px;
    background-image: url("images/task6/CssGaga.png");
    background-position: -96px -26px;
    transform: scale(0.5);
}

.span-p {
    color: #9d9d9d;
}

.list-p1 {
    margin: 0.5rem 0 0 0;
    text-indent: 28px;
}

.list-p2 {
    vertical-align: middle;
    padding: 0.5rem 2rem 0 0;
    margin: 0;
    color: #c12e2a;
}

.arrow-right {
    display: inline-block;
    border-top: 0.05rem solid #68cdd5;
    border-right: 0.05rem solid #68cdd5;
    width: 1rem;
    height: 1rem;
    transform: rotate(45deg)
}

footer {
    position: fixed;
    bottom:0;
    left: 0;
    right:0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20%;
    height: 5rem;
    background-color: #eff0f4;
}

footer .p1 {
    position: relative;
    bottom: 0.5rem;
    text-align: center;
    margin: 0;
    color: #68cdd5;
    font-size: 1.2rem;
}

footer .p2 {
    position: relative;
    bottom: 0.7rem;
    text-align: center;
    margin: 0;
    color: #9d9d9d;
    font-size: 1.2rem;
}

.img-left {
    height: 40px;
    width: 46px;
    background-image: url("images/task6/CssGaga.png");
    background-position: -44px -139px;
    transform: scale(0.5);
}

.img-center {
    height: 94px;
    width: 94px;
    background-image: url("images/task6/CssGaga.png");
    transform: scale(0.5);
}

.img-right {
    height: 42px;
    width: 41px;
    background-image: url("images/task6/CssGaga.png");
    background-position: -44px -96px;
    transform: scale(0.5);
}