
body {
    background: rgb(253,187,45);
    background: linear-gradient(0deg, rgba(253,187,45,1) 0%, rgba(34,193,195,1) 96.5%, rgba(0,0,0,1) 97%);
    overflow-x: hidden;
}

header {
    margin-top: 1%;
    margin-left: 22%;
    font-size: 40px;
    color: #350816;
    font-weight: bold;;
    text-align: left;
}

#TME {
    height: 180px;
}

.entry {
    width: 45%;
    margin-top: 60px;
    margin-left: 20%;
    padding: 15px 30px 15px 20px;
    background-color: #d9a037;
    border: 0;
    border-radius: 8px;
}

.entry * {
    color: #350816;
    text-align: justify;
}

img {
    opacity: 1;
}

#OrangeTea {
    display: flex;
    position: absolute;
    x: 10px;
    y: 50px;
    width: 18%;
}

#addblog {
    position: relative;
    float: right;
    margin-right: 6%;
    margin-top: 30%;
    width: 13%;
}

#thumb {
    position: relative;
    right: 1.5%;
    bottom: 10px;
    width: 10%;
    float: right;
    margin-top: 20px;
    margin-right: 0;
    margin-left: -5%;
}


glow {
  color: #fff;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}
