/* * Copyright (c) 2010-2020 openjournaltheme.com 
* Copyright (c) 2010-2020 openjournaltheme team
* Read this term of use of this theme here : https://openjournaltheme.com/term-of-conditions/
*
* Modify, redistribute or make commercial copy of this part or whole of this code is prohibited without written permission from openjournaltheme.com */


@import url("https://fonts.googleapis.com/css2?family=Baloo+Tamma+2&display=swap");

.is_text {
    top: 0%!important;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 5px;
}

body {
  font-family: "Baloo Tamma 2", cursive;
  /* font-family: 'Nanum Myeongjo', serif; */
  font-size: 15px;
  background: linear-gradient(to right, #aae4f1, #3a7bd5);
  background: transparent;
}

html{
  background-image: url(https://img.freepik.com/free-vector/white-abstract-background-3d-paper-style_23-2148402787.jpg?t=st=1724835261~exp=1724838861~hmac=d22d6738f66532f17c751faf95f4ec1ff833e3fa21a9706dedadfa642efbf4fd&w=740);
}
