* {
  margin: 0;
  padding: 0;
}

ol,
p,
ul {
  margin: 0;
}

html {
  height: 100%;
  overflow-y: scroll;
}

textarea:focus {
  outline-color: #006cff;
}

li {
  list-style: none;
}

body {
  width: 100%;
  height: 100%;
}
.element { background-color: transparent; } 

.sol-sub{
  display: block;
  margin: 60px auto;
  width: 1000px;
  color: #333;
  padding: 30px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  line-height: 1.5;
  background: #fff;
}
@keyframes slideDown {
  from {
      transform: translateY(-20px);
  }
  to {
      transform: translateY(0px);
  }
}

[v-cloak] {
  display: none;
}
