
    body{
      margin: 0px;
      font-family: sans-serif;
      background-size: cover;
      background: linear-gradient(130deg, #FFE700, #FFBC00 41.07%, #FF7800 76.05%);
    }

      img {
  border-radius: 50%;
  width: 30%;
  height: 30%;
  box-shadow: 5px 4px 8px #000000;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
        
    }
.fa{
  font-size: 40px;
}


#rem
{ 
  width: 100%;
  background-color: #512da8;
  border-radius: 4px;
  color: #FFFFFF;
  border: none;
  padding: 5px;
  
}
#rem:hover
{
  background-color: #FFFFFF;
  color: #FF6200;
}


table, th, td {
            border: 5px solid #FFFFFF00;
         }
th{
  width: 20%;
}         
  .blink_me {
  animation: blinker 3s linear infinite;
  font-family:georgia,garamond,serif;
  font-size:20px;font-style:italic;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}


.bg {
  background-image: url(https://source.unsplash.com/1000x3000/?vlogs);
  background-position: center;
  background-size: 100% 100%;
  min-height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.panel {
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 55%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(3px);
  border-radius: 12px;
  width: 320px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  padding: 5px;
  box-shadow: rgba(255, 255, 255, 0.4) -20px -20px 45px inset, rgba(0, 0, 0, 0.2) 10px 10px 20px, rgba(0, 0, 0, 0.09) 5px 5px 10px;
  position: relative;
}
.panel::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(116deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.10) 47%, rgba(255, 255, 255, 0) 40%);
  pointer-events: none;
}

  
.button {
position: relative;
font-size: 23px;
border: none;
background-color: #FF7500;
cursor: pointer;
outline: none;
padding: 5px;
width: 90%;
box-shadow: 1px 1px 3px #000000;
border-top: 0.1px solid #FFFFFF;
border-left: 0.1px solid #FFFFFF;
}
.button:hover{
  background-color: #001A74;
  color: #FF7500;
}
.button.type1 {
color: #FFFFFF;
font-weight: bold;
}
.button.type1.type1::after, .button.type1.type1::before {
content: "";
display: block;
position: absolute;
width: 20%;
height: 20%;
border: 3px solid;
transition: all 0.6s ease;
border-radius: 2px;
}
.button.type1.type1::after {
bottom: 0;
right: 0;
border-top-color: transparent;
border-left-color: transparent;
border-bottom-color: #FF5400;
border-right-color: #FF5400;
bottom: -6px;
right: -6px;
}
.button.type1.type1::before {
border-bottom-color: transparent;
border-right-color: transparent;
border-top-color: #FF5400;
border-left-color: #FF5400;
top: -6px;
left: -6px;
}
.button.type1.type1:hover:after, .button.type1.type1:hover:before {
width: 100%;
height: 100%;
border-bottom-color: #FFF;
border-right-color: transparent;
border-top-color: #FFF;
border-left-color: transparent;
}
  


 .text {
  font-family:georgia,garamond,serif;
  font-size:20px;font-style:italic;
  font-weight: bold;
}





