* {
    background-color: none;
    /* border: dotted green 1px; */
}

html {
    min-height: 100%;
    min-width: 100%;
    background: url("./assets/pattern.png") repeat;
    background-size: 100vh;
    background-attachment: scroll;
    background-color: #1f2231;
}

body {
    font-family: Lato, "Lucida Grande", Tahoma, Sans-Serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

h1 {
    color: #cfcbb1;
    font-family: Georgia, Serif;
    font-size: 60px;
    /* -webkit-text-stroke: 3px black; */
    margin: 0;
}

h2 {
    color: #cfcbb1;
    font-family: Geneva, Verdana, sans-serif;
    font-size: 30px;
    /* -webkit-text-stroke: 2px black; */
    margin: 0 10px 10px 10px;
}

button, button > * {
    background-color: #6e7a94;
}

button {
    display:flex;
    align-items: center;
    justify-content: left;
    border: 5px solid black;
    font-family: Geneva, Verdana, sans-serif;
    font-size: 35px;
    line-height: 0;
    color: #000000;
    border-radius: 10px;
    min-width: 360px;
    min-height: 80px;
    margin: 5px;
}

.linkButton:hover > *, .linkButton:hover {
    background-color: rgb(31, 135, 209);
}

.linkImage {
    background-color: #2d3032;
    max-width: 38px;
    max-height: 45px;
}

.linkImageBorder, .linkButton:hover > .linkImageBorder {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self:flex-start;
    background-color: #2d3032;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 5px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border: 3px solid black;
}

.linkText {
    display: flex;
    align-items: center;
    margin: 0 0 0 7px;
}

.linkText > p {
    background-color: #6e7a94;
    /* -webkit-text-stroke: 1px black; */
    /* text-shadow: 0px 5px 2px rgba(0,0,0,0.1),
                 5px 7px 2px rgba(0,0,0,0.05),
                 -5px 7px 2px rgba(0,0,0,0.05); */
}

.aboutMe {
    color: #cfcbb1;
}
