@charset "UTF-8";
.wall-c {
  background-position: center top;
  background-color: #f1e2be;
  min-height: 100vh;
}
.h1 {
        color: blue;
        font-size: 30;
}
.backtotop {
        margin-left: 80vw;
        text-align: center;
        font-size: 15px;
        color: #f1e2be;
        background: blue;
        border-radius: 5px;
        padding: 6px 10px;
        text-decoration: none;
}
.worker {
        margin-top: 200px;
        width: 100vw;
        text-align: center;
        font-size: 45px;
        color: blue;
}
address {
        text-align: right;
        padding-bottom: 5px;
}
