@font-face {
	font-family: AkayaTelivigala-Regular;
	src: url("../fontes/AkayaTelivigala-Regular.ttf") format("truetype");
}

body{
    position:relative;
    background-color: #f5f5dc;
}

img {
    position:relative;
    width: 150px;
    margin-left:50%;
    left:-75px;
}

h1, i{
    position:relative;
    font-family: AkayaTelivigala-Regular;
    font-weight: normal;
    color:#013220;
    text-align:center;
}

@keyframes anima {
    50%  {color: #013220;}
}

i {
    color: #f5f5dc;
    animation-name: anima;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function:easy-in-out;
    animation-fill-mode: backwards;
}

#i1{
    font-size:0.3em;
}


#i2{
    font-size:0.6em;
    animation-delay:1s;
}

#i3{
    animation-delay:2s;
}

#container{
    width:400px;
    height: 250px;
    position:absolute;
    margin-left:50%;
    left:-200px;
    /*margin-top:50%;*/
    top:125px;
}