
#home{
    /* background-color: beige; */
    width:100%;
    height:98vh;
    display:flex;
    /* align-items:center; */
    justify-content:center;
}

#home-content{
    margin-top:10%;
    width:40%;
    /* flex-grow:1; */
    /* height:; */
    border: solid #000000;
    border-width: 2px 2px 0px 2px;
    padding:1rem;
    display:flex;
    flex-direction:column;
    align-items:center;

}
#home-content p{
    padding-top:2rem;
}

