.container{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
    flex-direction: column;
   

}   
.elementlink{
    display: flex;
    margin: 0.5rem 0px 0.5rem 0px;
    align-items: center;
    border-radius: 0.5rem;
    padding: 0px 1em 0px 1em;
    text-decoration: none;
    color: black;
    background-color: rgb(240, 238, 239);
    justify-content: space-between;
    width: 70%;
}
h2{
    font-family: Arial, Helvetica, sans-serif;
    width: 70%;
}
p{
    font-family: Arial, Helvetica, sans-serif;
padding-left: 5em;
}

@media screen and (max-width: 700px){
    .elementlink{
        width: 100%;
        
    }
    p{
        margin-right: 1em;
    }
    
}
