/*
* {
    border:1x solid black;
}
*/
body{
    background-color:#415fc8
}

h1{
    background-color: white;
    color:#0f056b;
    width:50%;
    text-align:center;
    margin:30px auto;
    padding:10px;
    border-radius: 15px;
}

p span {
    color:green;
    font-weight: bold;
}

h1:hover{
    border:3px solid transparent;
    box-shadow: -1px 2px 5px #752116,
                0 -1px 0 white;
	background-color:red;
	border-radius:50px;
}

p span:hover{
}

img{
    height:250px;
    max-width: 100%;
}

div{
    text-align:center;
}

.male{
    margin-right:50px;
}

input, button{
    width:200px;
    height:50px;
}

input, button{
    padding:10px 11px 12px 13px;
    margin: 20px 30px 0px 30px;
    border-radius:10px;
}
