@charset "UTF-8";
/* CSS Document */

body{
	background:#DEC8AF;
}

#main img{
	float:left;
	margin:20px;
	border-radius:30px;
}
a{
	float:right;
}

.sample-box {
    position: relative;
}

.good {
    width: 50px;
    height: 50px;
    color: #ffffff;
    background-color: #2779bd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    border-radius: 50%;
    cursor: pointer;
    
    position: absolute;
    top: 0%;
    left: 0%;
}
