error.css 642 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. @font-face{
  2. font-family: amongus;
  3. src: url(/src/komika-text.regular.ttf);
  4. }
  5. html {
  6. background-color: #575475;
  7. }
  8. body {
  9. background-color: #351d40;
  10. font-family: amongus;
  11. border: 1px solid #ddd;
  12. padding: 25px;
  13. margin-top: 30px;
  14. margin-bottom: 30px;
  15. margin-left: 260px;
  16. margin-right: 260px;
  17. }
  18. .impostor {
  19. display: block;
  20. margin-left: auto;
  21. margin-right: auto;
  22. width: 25%;
  23. }
  24. .impostortext {
  25. text-align: center;
  26. color: #f00755;
  27. font-weight: 900;
  28. font-size: 22px;
  29. margin-bottom: 60px;
  30. }
  31. .goback {
  32. text-align: center;
  33. border-radius: 20px;
  34. font-size: 35px;
  35. color: #a396ff;
  36. background: #5a838c;
  37. }