body {
    text-align: center;
    position: relative;
}

.back-to-home {
    padding: 1rem 3rem;
    border: 1px solid #1f28e2;
    border-radius: 1rem;
    background-color: #1f28e2;
    color: #ffffff;
    position: absolute;
    left: 10rem;
    bottom: 3rem;
}