*
.accbody
{
    background-color: #f4efe1;
}
.containeracc{
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 24px;
}
.p1
{

    padding-top: 30px;
    font-size: 24px;
}
.accimg
{
    max-width: 85%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid black;
    border-radius: 10px;
}
.imgaccparent
{
    display: flex;
    flex-direction: column;
    justify-content: center;  /* Centers horizontally */
    align-items: center;      /* Centers vertically */
    margin-top: 24px;  
    margin-bottom: 24px;   
}
.imgaccparent2
{
    display: flex;
    flex-direction: column;
    justify-content: center;  /* Centers horizontally */
    align-items: center;      /* Centers vertically */
    margin-top: 24px;  
    margin-bottom: 24px;   
}
.containeraccbody
{
    padding-top: 14px;
}

.h1
{
color: blueviolet;
}
.accdesignimg1
{
    max-width: 85%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.accpersona, .accpersona
{
    margin-top: 2rem;
}
.points
{
    font-size: 2rem;
}
.h2
{
    font-size: 20px;
}
.footera
{
 color: #ffc600;
}
.footera:hover
{
    color: #ffe37d;
}
@media(max-width:1024px)
{
    .accimg{
        max-width: 100%;
    }
}
@media(max-width:769px)
{
    .p1{
        font-size: 20px;
    }
}