p{
    margin: 0;
}

#map{
    height: 400px;
}

.sign-in{
    padding: 2rem;
}

.sign-in img{
    width: 2rem;
    height: 2rem;
    padding-left: .5rem;
}

.link-container{
    display: flex;
    flex-direction: row;
     background-color: #2d2f81;
     justify-self: flex-start;
     align-items: center;
     padding: .5rem 1rem .5rem 1rem;
     cursor: pointer;
}

.link-container a{
    color: white;
    text-decoration: none;
}

.hidden {
    display: none;
}

.logout a{
    color: black;
    margin-bottom: .5rem;
}

.logout{
    display: flex;
    flex-direction: column;
}

.data-container{
    display: flex;
    align-items: center;
    padding: .75rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.data-x{
    display: flex;
    flex-direction: row;
    justify-content: end;
    flex-grow: 1;
}

.data-x div i{
    transition: 2ms;
    cursor: pointer;
}

.data-block{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.data-block p{
    margin-bottom: .25rem;
}

.data-block a{
    padding: .5rem 1rem;
    background-color: black;
    color: white;
    transition: all 2ms;
    cursor: pointer;
}

.data-block a:hover{
    color: black;
    background-color: blue;
}

.data-x div i:hover{
    color: red;
}

img.hue-change{
    filter: hue-rotate(90deg);
}

.data-img img{
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 1rem;
}

.data-img-pop img{
    width: 1rem;
    height: 1rem;
}