:root
{
    font-size: 12px;
}

.main-header
{
    grid-area: title;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;

}

.location-image
{
    width: 80%;
    img
    {
        width: 100%;
        height: auto;
    }
}
