body {
    background-color: white;
}

.base {
    padding-top: 10px;
    align-items: center;
    text-align: center;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}
  
.content2211 {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

.containerphone {
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 20px;
}
  
.containerphone .cardphone {
    position: relative;
    height: auto;
    width: auto;
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
      inset -5px -5px 15px rgba(255, 255, 255, 0.1),
      5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    margin: 15px;
    transition: 0.5s;
}

.intro__nameshort5522{
    max-width: 650px;
    font-family: 'Alegreya Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.6;
    color: black;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
    margin: auto;
    transition: .5s;
}

.intro__nameshort5522::after{
    display: block;
    content: '';
    width: 50px;
    height: 5px;
    background-color: #70B426;
    border-radius: 50px;
    transition: .5s;
    text-align: center;
    margin: auto;
}

.tagtext {
    margin: 20px;
}

.tagtext::after {
    display: block;
    content: '';
    width: 50px;
    height: 5px;
    background-color: #70B426;
    border-radius: 50px;
    transition: .5s;
    text-align: center;
    margin: auto;
}

.laserinfotext5522{
    max-width: 1000px;
    padding: 5px;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 15px;
    margin: 15px;
}

.fotolaserphone5522{
    margin-top: 25px;
    border-radius: 15px;
    width: 350px;
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
}

.centerphoto {
    text-align: center;
}

.wrapper5 {
    margin-top: 10px;
}