diff --git a/src/styles/sections.css b/src/styles/sections.css
index b7fc154..8369d3e 100644
--- a/src/styles/sections.css
+++ b/src/styles/sections.css
@@ -138,7 +138,6 @@
.map {
cursor: crosshair;
- /* margin: 2em 0 0 0; */
position: relative;
overflow: hidden;
width: 100%;
diff --git a/src/template/Sections.jsx b/src/template/Sections.jsx
index 84449e1..f7e96f7 100644
--- a/src/template/Sections.jsx
+++ b/src/template/Sections.jsx
@@ -2,7 +2,6 @@ import React, { useState } from 'react';
import { ethers, BigNumber } from 'ethers';
import { useAccount, useContractReads, useContractRead, usePrepareContractWrite, useContractWrite, useWaitForTransaction } from 'wagmi';
import { Parallax } from 'react-parallax';
-import { animateScroll as scroll } from 'react-scroll'
import { NotificationContainer, NotificationManager } from 'react-notifications';
import { AwesomeButton } from 'react-awesome-button';
import Typewriter from 'react-ts-typewriter';
@@ -42,11 +41,13 @@ export class Section1 extends React.Component {