            body {
                background-size: cover;
                background-repeat: no-repeat;
                background-attachment: fixed;
                background-image: url("https://www.rescueme.com.co/front/images/background.jpg");
                color: #fff;
            }
            #userView {
                text-align: center;
            }
            #userViewTxt {
                text-transform: initial;
                -webkit-text-stroke-width: medium;
                margin-top: 30px;
             }
            #tutormessage {
                font-size: 5vw;
                -webkit-text-stroke-width: initial;
                font-family: ProximaNova,sans-serif;
            }
            #qrmessage {
                color: black;
		background: rgba(255, 255, 255, 0.68);
		font-size: 5vw;
                -webkit-text-stroke-width: initial;
                font-family: ProximaNova,sans-serif;
		margin: 7vw;
	        border-radius: 5vw;	
            }
	/* WhatsApp Button */

	    .whatsApp{
    		position:fixed;
    		width:150px;
    		height:150px;
  		bottom:1.5vw;
    		right:40px;
    		color:#FFF;
    		text-align:center;
    		font-size:30px;
    		z-index:100;
	    }
	    .my-whatsApp{
    	        margin-top:16px;
	    }
            #qrmessage p {
		margin: 0px;
		padding-top: 2vw;
		padding-bottom: 2vw;
            }
	    #qrmessage a {
		color: black;	
	    }
            #whatsappView {
                display: inline-block;
                padding: 1.5vw;
                border-radius: 0.5vw;
                background-color: #25D366;
                color: #fff;
                text-decoration: none;
                font-family: sans-serif;
                font-size: 3vw;
                height: 3.5vw;
                margin-top: 1.5vw;
                padding-right: 3.5vw;
                padding-left: 3.5vw;
            }
            .postContainer{
                text-align: center;
                width: 40%;
                background: #f9f9f9;
                padding: 5px;
                margin-bottom: 7px;
                box-shadow: 0px 0px 1px 0px;
                position: relative;
                margin-left: 30%;
                height: auto;
            }
	    #link{
                 color: white;
                text-decoration: none;
            }
            .title_pet{
                font-size: 6vw;
                font-weight: bold;
            }
            .image_found{
                width: 100px;
                height: 100px;
                position: relative;
                left: -100px;
            }
            .image_type{
                height: 15%;
                position: absolute;
                left: 30px;
                top: 50px;

            }
            .image_user{
                height: 7%;
                position: absolute;
                right: 30px;
                bottom: 100px;
                border-radius: 25px;

            }
            .image_pet {
                position: relative;
                left: 50px;
                border-radius: 50%;
                width: 450px;
                height: 450px;
            }
            .image_post{
                width: 100%;

            }
            .banner{
              background-image: url('../../front/img/background.png');
              width: 100%;
              background-size: cover;
              background-repeat: no-repeat;
            }
            .title_post{
              font-size: 25px;
              font-weight: bolder;
              margin-bottom: 10px;
              margin-top: 10px;
            }
            .description_post{
              margin-bottom: 5px;
              margin-top: 5px;
            }
	   #link{
                 color: white;
                text-decoration: none;
            }
            .title_pet{
                font-size: 6vw;
                font-weight: bold;
            }
            .image_found{
                width: 100px;
                height: 100px;
                position: relative;
                left: -100px;
            }
            .image_type{
                height: 15%;
                position: absolute;
                left: 30px;
                top: 50px;

            }
            .image_user{
                height: 7%;
                position: absolute;
                right: 30px;
                bottom: 100px;
                border-radius: 25px;

            }
            .image_pet {
                position: relative;
                left: 50px;
                border-radius: 50%;
                width: 450px;
                height: 450px;
            }
            .image_post{
                width: 100%;

            }
	    .banner{
              background-image: url('../../front/img/background.png');
              width: 100%;
              background-size: cover;
              background-repeat: no-repeat;
            }
            .title_post{
              font-size: 25px;
              font-weight: bolder;
              margin-bottom: 10px;
              margin-top: 10px;
            }
            .description_post{
              margin-bottom: 5px;
              margin-top: 5px;
            }
            .store-buttons{
                width: 30%;
                top: 10px;
                position: absolute;
                right: 30px
            }
            .store-image{
                height:50px;
                padding-bottom: 12px;
            }
            .store-image-and{
                height:7vw;
            }
            .header{
                text-align: center;
                font-size: 20px;
                margin-bottom: 20px;
                background-color: rgba(107, 160, 210, 0.62);
                height: 100px
            }
            .logo{
                height: 80px;
                top: 10px;
                position: absolute;
                left: 30px;
            }
            .logor{
                height: 80px;
                top: 10px;
                position: absolute;
                right: 30px;
            }
	    .title_header{
                font-size: 3.5vw;
                padding-top: 35px;
                height: 100%;
                font-family: ProximaNova,sans-serif;
            }
            a {
                color: white;
            }
        </style> 
