html {
    height: 100%;
}

body {
    margin: 0;
    width: calc(100% - 60px);
    min-height: 610px;
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #EEE;
}

a { white-space: nowrap; }

h2 {
    margin: 5px auto;
}

.tile {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-width: 430px;
    justify-content: center;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(128, 128, 128, 0.32) 2px 6px 9px;
}

.centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.descriptionBox {
    padding: 15px;
    width: 400px;
    align-self: center;
    text-align: center;
}

.buttonBoxTitle {
    text-align: center;
    background-color: white;
    position: relative;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    top: 10px;
}

.buttonBox {
    display: flex;
    justify-content: space-around;
    padding: 5px 10px;
    margin: 0 15px;
    flex-wrap: wrap;
    border: solid 2px darkgray;
    border-radius: 10px;
    margin-bottom: 10px;
}

.skillButton {
    width: 30%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: solid 1px #CCC;
    border-radius: 5px;
    padding: 3px;
    margin: 5px 2px;
}
