body {
  background-image: url('/res/blackbg.png');
  background-size: cover;
  font-family: 'Raleway', sans-serif;
}
.back a { color: white; text-decoration:none; position: absolute; bottom: 0; left: 0;}

#cont {
width: 500px;
height: 500px;
background-color: black;
border: 1px solid white;
padding: 20px;
  position: absolute;
  left: 43%;
  top: 50%;
  transform: translate(-43%, -50%);
  display: flex;
  border-radius: 360px;
}

.sinta img {
  width: 500px; 
  border-radius: 360px;
}

.box {
  flex: 1; 
  padding: 40px ;
  border-radius: 75px;
}

.blink {
  margin: 0 auto; text-align: center;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

.blink a {
  width: 150px;
  height: auto;
  background-color: white;
  color: black;
  text-decoration: none;
  display: inline-block;
  margin: 5px;
  padding: 15px;
  text-align: left;
  border-left: 15px solid #333;
                        -webkit-transition: all 0.5s ease-in-out;
                        -moz-transition: all 0.5s ease-in-out;
                        -o-transition: all 0.5s ease-in-out;
                        transition: all 0.5s ease-in-out;
} 

.blink a:hover {
  background-color: #222;
  color: white;
}