/*
* {
    border:1px solid black;
}
*/

body {
    background-color: #415fc8;
}

h1 , p {
    background-color: white;
    color:#415fc8;
    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;
}

p span:hover{
    color:red;
    font-size: larger;
}

img {
    height:250px;
    max-width: 100%;
}

div {
    text-align: center;
}
.male{
    margin-right: 50px;
}
img:hover{
    background-color: red;
    border-radius: 50px;
}

input , button {
    padding:10px 11px 12px 13px;
    margin:20px 30px 0px 30px;
    border-radius: 10px;
}

