diff --git a/src/components/Start/Start.js b/src/components/Start/Start.js
index f3d84dd..478732a 100644
--- a/src/components/Start/Start.js
+++ b/src/components/Start/Start.js
@@ -1,5 +1,4 @@
import React, { useEffect } from "react";
-import { LEFT } from "react-swipeable";
const Start = (props) => {
@@ -30,9 +29,9 @@ const Start = (props) => {
flexWrap: 'wrap',
justifyContent: 'space-evenly',
height: '95vh',
- background: 'linear-gradient(180deg, #7EAFE7 0.27%, rgba(41, 134, 242, 0.38) 27.08%, rgba(41, 134, 242, 0.35) 31.77%, rgba(152, 198, 253, 0.28) 46.35%, rgba(41, 134, 242, 0.00) 100%)',
overflow: 'hidden',
}}>
+