footer{
		width:100%;
		background:#000000;
		float:left;
		display: flex;
		align-items: center;
		justify-content: center; 
		padding: 4px 0;
		margin: 14px 0px;
		color:#ffffff;
	}
	footer a{
		color:#ffffff;
		margin:4px 6px;
	}
        body {
          /*  display: flex;
            justify-content: center;*/
            align-items: center;
            height: 100vh;
            margin: 0;
            background-color: #f0f0f0;
        }
        form{
            width: 400px;
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        fieldset {
            border: 1px solid black;
            padding: 10px;
            margin: 0;
        }
        legend {
            font-weight: bold;
            margin-bottom: 10px;
        }
        label {
            display: block;
            margin-bottom: 5px;
        }
        input[type="text"],
        input[type="email"],
        input[type="password"],
		input[type="tel"],		
        textarea,
		select,
        input[type="date"] {
            width: calc(100% - 20px);
            padding: 8px;
            margin-bottom: 10px;
            box-sizing: border-box;
            border: 1px solid #ccc;
            border-radius: 4px;
        }
		input[type="checkbox"]{
			margin-bottom: 10px;
		}
        .gender-group {
            margin-bottom: 10px;
        }
        .gender-group label {
            display: inline-block;
            margin-left: 10px;
        }
        input[type="radio"] {
            margin-left: 10px;
            vertical-align: middle;
        }
        input[type="submit"] {
            padding: 10px 20px;
            border-radius: 5px;
            cursor: pointer;
        }
		textarea {
			resize: none;
		}
		.main_content
		{
			float: left;
			width: 100%;
			margin: auto;
			
			align-items: center;
			justify-content: center;
			margin:20px 0
		}
		.main_content h3,.home_content h3{
			font-size: 32px;
    margin: 10px;
    color: #ff0000;
    
    justify-content: center;
    
		}
		.main_content p{
			    margin: auto;
    float: left;
    width: 70%;
    /*justify-content: center;*/
    display: flex;
    font-size: 20px;
	margin:0 30px;
		}
		.home_content{
			
            background-color: #fff;
            padding: 20px 0;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        float:left;
		}
		.home_content p{
			    margin: auto;
    float: left;
    
    /*justify-content: center;*/
    display: flex;
    font-size: 20px;
	margin:10px;
		}