*{
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: contact;
    src: url(../KGRedHandsOutline.ttf);
}

.buttons a{
    text-decoration: none;
    color: white;
}
.all{
    background: rgba(0, 0, 0, 0.71) url(img/bg.jpg);
    background-size: cover;
    background-blend-mode: darken;
}




.columns{
    display: flex;
    justify-content: space-around;
}
.left img{
    width: 375px;
}




.right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    text-align: center;
}
.pdf a{
    text-align: end;
    justify-content: end;
    margin: 10px;
    padding: 10px 15px;
    border: 2px solid white;
    border-radius: 20px;
    font-size: 20px;
    text-decoration: none;
    color: white;
}
.cv{
    text-align: end;
    padding: 26px 20px;
    margin-left: 600px;
    margin-bottom: 40px;
}
.main{
    color: white;
    display: flex;
    font-size: 80px;
    margin: 5px 0px;
    align-items: end;
}

.mid{
    color: orange;
    margin: 0px 10px;
}
.stxt{
    color: white;
    font-size: 40px;
}

.combo{
    display: flex;
    justify-content: space-around;
}
.images{
    margin: 10px 0px;
}
.photo{
    background-color: rgba(0, 0, 0, 0.555);
    width: 50px;
    padding: 10px;
    border-radius: 10px;
    margin: 0px 3px;
}
.photo:hover{
    background-color: rgba(124, 124, 124, 0.596);
    transform: scale(1.2);
    transition: all 0.2s linear;
}



.buttons{
    display: flex;
    font-size: 30px;
    margin-top: 20px;
}
.buttons a{
    border: 1px solid white;
    padding: 5px 10px;
}
.buttons a{
    margin: 0px 10px;
    border-radius: 10px;
    font-family: contact;
}

.buttons a:hover{
    background-color: rgb(255, 170, 0);
    color: rgb(55, 0, 104);
    font-weight: bold;
}
.cont-img{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: rgb(162, 162, 162);
    margin: 0px 180px;
    margin-top: 20px;
}
.cont-img p{
    justify-content: end;
    text-align: end;
    margin: 0px 10px;
}
.banner{
    width: 50px;
    padding: 10px;
    border-radius: 80px;
}
.banner:hover{
    background-color: rgb(0, 51, 255);
    transform: scale(1.2);
    transition: all 0.2s linear;
}