*{
	margin: 0;
	padding: 0;
}
body{
	
 background: #000000;
 font-family: sans-serif;
}
#main{
	
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
    gap: 20px;
}
#petimg{
	height: 400px;
	width: 400px;
}

#inputbox{
	display: none;
	color: #ffffff;
	align-items: center;
}
#disp{
	color: #ffffff;
}
input{
    border: 2px solid #ffffff;
    font-size: 30px;
    line-height: 35px;
    height: 60px;
    text-align: center;
    background: #ffffff;
    color: #000000;
}
button{

    border: 2px solid #ffffff;
    background-color:blue;
    text-align: center;
    width: 90px;
    height: 60px;
    font-size: 30px;
    color: #ffffff;

}
p{
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    padding: 2px;
}

