АО
Size: a a a
АО
PN
DM
PN
PN
S
PN
import styled from 'styled-components';
export const Card = styled.article`
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
padding: 15px;
border-radius: 3px;
color: #2a66aa;
text-align: center;
`;
PN