#quote{
    font-style: italic;
    margin-bottom: 0;
    max-width: 415px;
    text-align:center;
     margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    color:#e9f7f7;
}
#name{
    font-size: 15px;
    margin-top:0;
    margin-bottom: 0;
    color:#b1b1b1;
    font-style: italic;
    tab-size: 6;
    white-space:pre
}
#team{
    margin-top: 0;
    text-align: center;
    margin-bottom: 42px;
    color:#48eef9;
    white-space:pre
    
}

h1{
    font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;

    font-size: 91px;
    margin-bottom: 0;
    max-width: 502px;
    text-align-last: center;
    margin-top: 10px;
    
  display: flex;          /*whyyyyy */
  justify-content: center;
  align-items: center;  
    
    
}

body{
    background-color: #1b1d27;
    color: #edfdfd;
    font-size: 17px;
    display:block;
    max-width: 444px;
    margin-left: auto;
    margin-right: auto;
    font-family: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
font-weight: normal;
}

h2{
    color: #f61f1f;
    font-family: Superclarendon, 'Bookman Old Style', 'URW Bookman', 'URW Bookman L', 'Georgia Pro', Georgia, serif;
font-weight: 441;

    margin-bottom: auto;
    font-size:31px; 
    max-width: 500px; /*doenent work...*/
    
}

strong{
    color: #40f3ff;
}

p{
    margin-bottom:41px;
    margin-top:21px;
    line-height: 1.4;
}

time{
    font-style: italic;
}