| 123456789101112131415 |
- .federicabugatti {
- background-color: #222;
- padding: 2rem 3rem;
- position: relative;
- flex: none;
- background-image: linear-gradient(to left bottom, #463e40, #151113);
- background-repeat: no-repeat;
- background-size: cover;
- &_logo {
- flex: none;
- margin: 0;
- display: block;
- }
- }
|