body *
{
    font-family: 'RocknRoll One', sans-serif;
}

body
{
    background-image: url("/files/bg.jpg");
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
}

h1 {
    font-size: 2rem;
}

.text-shadow {
    text-shadow: 0 0 3px #fff;
}
.handwrite {
    font-family: 'Akaya Kanadaka', cursive;
}
.cursor-pointer {
    cursor: pointer;
}
.close {
    position: relative;
    right: -15px;
}

.curve { 
    border-radius: 100%;
    shape-outside:circle();
}

.text-small {
    font-size: .8rem;
}

input[type="file"] {
    opacity:0;
}

.border-files {
    border-width: 2px;
    border-style: dashed;
    border-radius: 20px;

}

.msg-left::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: 100%;
	top: 1em;
	left: -.5em;
	border: .5rem solid transparent;
	border-left: none;
	border-right-color: #d1ecf1;
}

.msg-right::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: 100%;
	top: 1em;
	right: -.5em;
	border: .5rem solid transparent;
	border-right: none;
	border-left-color: #d4edda;
}
