@charset "utf-8";
/* CSS Document */

body {
	/* background-image: url("../assets/images/background.jpg"); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    }
    .text-center {
        text-align: center !important;
    }
    .btn {
        width: 98%;
        /* background-color: #775abb !important;
        color: #fff !important; */
        border-radius: 30px !important;
        margin: 10px 0 10px 0;
        padding: 10px !important;
        font-weight: 600 !important;
        box-shadow: 0px 10px 10px #000;
        top: 0px;
    }
    .btn:hover {
        transition-duration: .2s,.15s;
        transition-timing-function: ease-in-out,ease-in-out;
        transition-delay: 0s,0s;
        transition-property: all,transform;
        position: relative;
        box-shadow: 0px 0px 0px #000;
        top: 10px;
    }
    .avatar {
        height: 150px;
        width: 150px;
        border-radius: 50%;
		margin-top: 10px;
    }
