body {
	  background: #0b0a0d;
	  color: #784eed;
	  font-size: 27px;
    font-family: IBM Plex, Sans;
}

::selection { 
    color: #0b0a0d !important;
    background: #784eed  !important;
}

#pflogo {
    width: 362.4px; 
    height: auto;  
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 250px);
    gap: 60px;
    justify-content: center; 
    max-width: 1200px; 
    margin: 0 auto;
    padding: 0 20px;
}

.card {
    display: block;
    aspect-ratio: 1 / 1;
    background: #222;
    color: white;
    text-decoration: none;
    border: solid 1px #784eed;
    overflow: hidden;
}

.card-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.list{
    margin-top: 135px;
}

.listiki {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 36px;
    text-align: left;
}

.listi{
  padding-bottom: 20px;
}

.mainlist, .mainlist a{
    margin-top: 90px;
    font-size: 90px;
    text-align: center;
    text-decoration: none;
    color: #784eed;
    list-style:none;
}

.listi a{
    color: #784eed;
}

.logo2main {
    position: fixed;
    top: 20px;
    left: 20px;
    opacity: 1
}

.logo2main:hover {
    opacity: 0.5;
}

.logo2main img {
    width: 100px;
    height: auto;
}
