@import url('https://fonts.googleapis.com/css?family=Montserrat');

* {
    box-sizing: border-box;
}

body {
    background-color: #175354;
    font-family: Montserrat, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
}

h3 {
    margin: 10px 0;
}

h6 {
    margin: 5px 0;
    text-transform: uppercase;
}

p {
    font-size: 14px;
    line-height: 21px;
}

a {
    color: #49a078;
    background-color: #175354;
}

.skills a{
    color: #dce1de;
}

.card-container {
    background-color: #175354;
    border: solid 1px #febb0b;
    border-radius: 0.5%;
    box-shadow: 0px 10px 20px -10px rgb(8, 26, 26);
    color: #dce1de;
    padding-top: 30px;
    position: relative;
    width: 350px;
    max-width: 100%;
    text-align: center;
}

.card-container .spse {
    color: #231e39;
    background-color: #febb0b;
    border-radius: 3px;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 7px;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.image-container {
    position: relative;
    display: inline-block;
}

.round {
    border: 1px solid #febb0b;
    border-radius: 50%;
    padding: 7px;
    transition: transform 0.5s;
}

.image-container:active .round {
    transform: rotate(360deg);
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
    color: white;
    font-size: 18px;
}

.image-container:hover .overlay {
    visibility: visible;
}

button.primary {
    color: #dce1de;
    background-color: transparent;
    border: solid 1px #febb0b;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    padding: 10px 25px;
}

a {
    background-color: #175354;
    text-decoration: none;
}

button.primary.ghost {
    background-color: transparent;
    color: #dce1de;
}

button.primary:hover {
    background-color: #febb0b;
    color: #000000;
}

button.primary.ghost:hover {
    background-color: #febb0b;
    color: #000000;
}

.skills {
    background-color: #175354;
    text-align: left;
    padding: 15px;
    margin-top: 30px;
    width: 70%;
    margin-left: 16%;
    border-top: solid 1px #febb0b;
}

.skills ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.skills ul li {
    border: solid 1px #febb0b;
    border-radius: 2px;
    display: inline-block;
    font-size: 12px;
    margin: 0 7px 7px 0;
    padding: 7px;
}

.projects-buttons {
    border-top: solid 1px #febb0b;
    margin-left: 16%;
    margin-right: 16%;
    margin-bottom: 5%;
}

.projects-buttons a {}

.projects-buttons button {
    color: #dce1de;
    background-color: transparent;
    border: solid 1px #febb0b;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    padding: 10px 25px;
    margin: 10px;
}
.castspse{
    padding: 15px;
    margin-top: 10px;
    width: 70%;
    margin-left: 16%;
    border-top:  solid 1px #febb0b;
}
.castspse img{
    max-width: 120px;
}
.img-left{
    align-items: center;
    border-radius: 2%;
    border: solid 1px #C6AC8F;
    max-width: 100px;
}
.icons img{
    width: 48px;
}
.icons{
    display: flex;
    flex-direction: column;
}
.cast-label{
padding: 10px;
border-radius: 2px;
display: flex;
align-items: left;

}
@media (max-width: 680px) {
    body {
        background-color: #175354;
    }

    .skills {
        width: 70%;
        margin-left: 16%;
    }
}
