@charset "utf-8";
/* CSS Document */

.parent {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
}

.block {
   
    
    img {
        display: block;
        border: none;
    }
}
html, body {
  width: 100%;
  height:100%;
}
.text_news_link {font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; color:#58749b; text-decoration:none}
.text_news_link:visited {font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#58749b; text-decoration:none}
.text_news_link:hover {font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; color:#bc3229; text-decoration:underline}
	
div.footer {
  position: absolute;
  bottom: 0;
  right: 0;
}
body {
    background: linear-gradient(-45deg, #2c3452, #2c3c78, #0c1229, #4a8de7);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}