body {
    background-color: rgb(176, 176, 180);
}

.Container {
    max-width: 300px;
    margin-top: 20px;
    margin: 0 auto;
}

.innerContainer {
    font-family: 'Times New Roman', Times, serif;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid blue;
    border-radius: 30px;
    padding: 20px;
    background-color: rgb(105, 102, 102);
    position: relative;
    display: block;
}

.imageContainer {
    display: flex;
    justify-content: center;
    
}


.gatone {
    width: 70px;
    height: 70px;
    border-radius: 400px;
}

h1 {
    color: rgb(13, 13, 246);
}

p {
    color: white;
}

.text-center {
    align-items: center;
}

.anchor {
    text-decoration: none;
    color: white;
    text-align: center;
}

.anchor:hover {
    border-bottom-style: solid;
    color: rgb(242, 11, 57)
}

.zoeContainer {
     margin-left: auto;
     margin-right: auto; 
     display: flex;
     justify-content: center;
     padding: 20px;
}

.text {
    text-align: center;
    font-size: 30px;
    color: rgb(93, 96, 251);
}

.skillContainer {
    background-color: rgb(88, 73, 73);
    padding: 20px;
    display: block;
    border: 5px solid rgb(70, 70, 244);
    border-radius: 30px;
    
}

.Back {
    text-decoration: none;
    color: white;
    text-align: center;
    
   
}

.Back:hover {
    border-bottom-style: solid;
    color:rgb(242, 11, 57)
}

.secondContainer {
    display: flex;
    justify-content: space-evenly;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap; 
    margin: 0 auto;
}

.jscon {
    border-radius: 15px;
    border: 3px solid rgb(27, 193, 171); 
    color: white; 
    text-align: center;
}

.html {
    width: 50px;
    height: 50px; 
    border-radius: 10px;
}

.css {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.java {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}