


.topimg { 
	    background-image: url(../img/back3.png);
    height: 420px;
    background-position: center;
    background-repeat: repeat-x;
    font-size: 28px;
    text-align: center;
    padding-top: 50px;
    font-weight: bold;
    color: #fff;
    background-size: contain;
}

.avatar{ 
	    /*background-image: url(../img/dog.gif);*/
    	/*height: 100px;*/
    	/*width: 100px;*/
    	/*background-position: left;*/
    	/*background-size: contain;*/
    	text-align: left;
    	padding-left: 100px;
}
.avatar img { border-radius: 150px; border:5px solid #fff; width: 200px; height: 200px; }
.price { background-color: #000; padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px; border-radius: 15px; }
.number { margin-top: 20px; font-size: 90px }

.opensea {    margin-top: 100px; }
.opensea img { border-radius: 150px; height: 40px; }
.info { margin-top: 20px; color: #fff; }
.info .ttl { font-size: 30px; }
.info .sbt { color: #dadada; font-size: 80%; }
.info select {
    color:#000; padding: 10px 5px;
    border-radius: 150px;
    margin-right: 20px;
}
.info .btnmint {     padding: 10px 50px; background-color: #1084db; color: #fff; border-radius: 150px; }