body {
    background-image: linear-gradient(#fffeab, #ebbed5);
    min-height: 100vh;
    overflow:hidden;
    font-family: 
}

.vignette {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 200px rgba(0, 0, 0, 0.9) inset;
    z-index:5;
}

.hand img {
    max-width: 800px;
    position: absolute;
    left:435px;
    right:900px;
    top:0;
    display:block;
    z-index:3;
}

.contain{
    display:flex;
    width: 1000px;
    background-color:white;
    margin:auto;
    margin-top:126px;
    position:relative;
    z-index:2;
    height:500px;
    overflow: auto;
    padding:20px;
    gap:10px;
    box-shadow: -10px 10px 10px rgba(255, 131, 200, 0.24),10px -10px 10px rgba(255, 131, 200, 0.24);
    border: 2px solid rgba(128, 128, 128, 0.61);
}

.one {
    display:flex;
    width:100px;
}

.two {
    display:flex;
    width: 900px;
    background-color: rgba(221, 245, 255, 0.54);
}



.tab {
  margin-left:auto;
    margin-right:auto;
  background-color: rgba(255, 255, 0, 0.27);
    width:100px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: #5097da;
  padding: 5px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
    margin:auto;
 font-family: "Sorts Mill Goudy", serif;"
    
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ffe4f6;
    color:#fc60cc;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #cbe3fb;
    color:#5097da;
}

/* Style the tab content */
.tabcontent {
  margin-left:auto;
    margin-right:auto;
  padding:5px;
  text-align:center;
    color:#5097da;
    overflow:auto;
}

.tabcontent img{
    max-width:300px;
}

}
.crt::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(18, 16, 16, 0.1);
    opacity: 0;
    z-index: 4;
    pointer-events: none;
    animation: flicker 0.15s infinite;
}
.crt::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%),
        linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    z-index: 4;
    background-size:
        100% 2px,
        3px 100%;
    pointer-events: none;
}
.crt {
    animation: textShadow 1.6s infinite;
}


