.tohome {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 2000;
}

.tohome a {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 30px;
    font-weight: 600;
    color: white;
    text-decoration: none;
}