<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
.wrapper {
text-align: center;
background: cyan;
}
.wrapper .btn {
display: inline-block;
margin: 50px 25px;
background: yellow;
}
</style>
</head>
<body>
<div class="wrapper">
<a class="btn btn-large" href="" >MEDIA</a>
<a class="btn btn-large" href="" >STUDIO</a>
<a class="btn btn-large" href="" >DESIGN</a>
</div>
</body>
</html>