body{
    direction: ltr;
    background-color: rgb(10, 4, 74);
    color: white;
}
line{
    stroke: purple;
    stroke-width: 3px;
}
#page,#svg{
    width: 500px;
    height: 500px;
    display: flex;
    border: 10px solid red;
}
.home{
    width: 90px;
    height: 90px;
    border: 5px solid white;
    border-radius: 10px;
}
@media screen and (max-width:820px)
{
    #name{
        display: none;
    }
}