import React, { Component } from "react";
import {createGlobalStyle} from 'styled-components';
import {Container, Row, Col} from "react-bootstrap"
import './assets/Sponsors.scss'
const GlobalStyle = createGlobalStyle`
html {
height: 100%
}
body {
background-color: #293241;
font-family: Poppins, sans-serif;
height: 100%;
margin: 0;
color: #555;
}
h2 {
color: #fff;
}
`;
class Sponsors extends Component {
render() {
return (
<>