body{margin:0;}


header{display: flex;}


#columnleft{width: 50%;
            height: 100vh;
            background-color:#EBB73D;}

#columnright{width: 50%;
             height:100vh;}

#logo{margin:10px;
      width: 25%;}

#gifheader{height:100vh;}

.banner__content{display: flex;
                 flex-direction: column;
                 font-family: "Bagel Fat One", system-ui;
                 font-size: 50px;
                 align-items: center;
                 padding: 120px;
                line-height: 2px;
}