h1{
    background-color: lightpink;
    border: 3px solid pink;
    border-radius: 30px;
    text-align: center;
    width: 100%;
}
footer{
    text-align: center;
    /* margin-top: 20%;*/
    background-color: lightpink;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.container {
    text-align: right; /* Выровнять содержимое по правому краю */
}

#1 {
    padding: 10px;
}