body{
    width: auto;
    max-width: 100%;
    height:100vh;
    min-height:797px;
    margin: 0;
    font-family:var(--font-family);
    background-color: var(--NewBody);
    font-variant: normal;
    font-weight: 400;
    font-size: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.layout{
     position: relative;
     z-index: 2;
     width: var(--layout);
     height: auto;
     margin-left:auto;
     margin-right: auto;
     padding-left:16px;
     padding-right:16px;
}
.body{
    position: relative;
    z-index: 5;
    width:auto;
    height: auto;
    padding-top: 10px;
    margin-top:47px;
}
.IDContent{
    overflow: hidden;
     margin-top: 0px;
    position: relative;
}
.NewViewHoto{
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 10px;
    overflow: hidden;
}
.flexHoto{
    position: relative;
    display: block;
    overflow: hidden;
    width: auto;
    height: auto;
    cursor: pointer;
}
.wrap8{
    position: relative;
    width: auto;
    height: auto;
    min-height: 167px;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid var(--NewBorder);
}
.ImgAlbum{
  width: auto;
  height: auto;
  max-width:167px;
  max-height:167px;
  min-width:167px;
  object-fit: cover;
  min-height:167px;
}
.idecontener_center{
    padding-left: 16px;
    padding-right: 16px;
}
header .Layout{
     width: var(--layout);
     height: auto;
     margin-left:auto;
     margin-right: auto;
     padding-left:16px;
     padding-right:16px;
     position: relative;
     z-index:1;
}
:root{
    --text: #8f8f8f;
    --layout:900px;
}