
    button,
    div,
    form, 
    input {
      margin: 2px;
    }

    img {
        
    	border-radius: 118px;
    	
    }

    #mainPic {
        border-radius: 0px;
        padding-left: 200px;
       

    }

    .item{
        width: 50%;
    }

    h1 {
    	font-size: 40px;
    	font-family: "Bitter", serif;
    	font-weight: bold;
    }

    p {
    	font-size: 25px;
    	font-family: "Bitter", serif;
    	font-weight: bold;

    }
	
	body {
		
		
        background: linear-gradient(to right, green , yellow)

  		
	}

	label {
		font-weight: bold;
	}

	#buttons-view	{

		font-size: 16px;
    	font-family: "Bitter", serif;
    	font-weight: bold;

	}

    button {
        background-color: #7BE85B;
        border-width: 1px;
        border-color: #7BE85B;
        -webkit-appearance: button-bevel;
       
        
            }

    
