body {
  font-family: times;
  background-image: linear-gradient(rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.60)), url(lulurunner.webp);
  background-size: cover;
}

.luluco_shan{
  animation: blink 2s infinite ease-in-out;
  }
  
.myname{
  width: 50%;
  height: 50%;
  margin: auto;
  }
  
@keyframes blink{
  0%{
    opacity: 1;
  }
  50%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
    
}

  h1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: -10px;
  margin-bottom: -10px;
  background-color: black;
  border-radius: 10px;
  }
  
  h2 {
    text-align: center;
    font-family:impact;
    font-size: 40px;
    margin-top:-15px;
    margin-bottom: 5px;
    }

.center{
  display:block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border-radius: 10px;
  margin-bottom: -8px;
  animation: rotation 5s linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.contents { 
  border-radius: 25px;
  width: 80%;
  background-image: url(oxide.png);
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 20px;
  }
  
.links{
  color: white;
  text-align: center;
  border-radius: 20px;
   margin-right: 10%;
  margin-left: 10%;
  margin-bottom: 20px; 
  }
  
.list {
  color: white;
  text-align: left;
  list-style-position: inside;
  border-radius: 20px;
  margin-right: 15%;
  margin-left:15%;
  margin-bottom: 20px;
  
  }
  
  .sillyparagraph {
    color: white;
    text-align: center;
    display: block;
    border-radius: 20px;
    margin-right: 15%;
    margin-left:15%;
    margin-bottom: 20px;
  }
  
  .links, .list, .sillyparagraph{
  background-image: url(oxidedark.png);
  }
  
hr {
  border: 2px solid black;
  border-radius: 5px;
  margin-right: 5%;
  margin-left: 5%;
  }
  
.titlehr {
  border: 3px solid black;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10%;
  margin-right: 10%;
  border-radius: 5px
  }
  
.socialicontwitter {
  display: flex;
  gap: 3em;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  }
  
  .socialiconkofi {
  display: block;
  margin-right: auto;
  margin-left: auto;
  height: 36px;
  border: 0;
  }