*{
    margin: 0;
    color: black;
    box-sizing: border-box;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

a {
    text-decoration: none;
}

#top {
    display: flex;
    gap: 30px;
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
    justify-content: flex-end;
    font-size: 20px;
    font-weight: bold;
}

#abm {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #0B9066;
    font-style: italic;
    margin-top: 30px;
}

#intro {
    display: flex;
    font-weight: 550;
    font-size: 18px;
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 100px;
}

.contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}

#details {
    display: flex;
    font-style: italic;
    font-size: 50px;
    color: #23B281;
    justify-content: center;
    margin-top: 10px;
}

img{
    height:23px;
    width:23px; 
    align-self: center;
}

#address {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    margin-top: 20px;
    text-align: center;
    border: 1px solid grey;
    border-top: 5px solid green;
    padding: 15px;
    width: 600px;
}


#email{
    display: flex;
    flex-direction: column;
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
    border: 1px solid grey;
    border-top: 5px solid green;
    padding: 15px;
    width: 600px;
}

#phone {
    display: flex;
    flex-direction: column;
    font-size: 20px;;
    margin-top: 20px;
    text-align: center;
    border: 1px solid grey;
    border-top: 5px solid green;
    padding: 15px;
    width: 600px;
}

#social{
    display: flex;
    flex-direction: column;
    font-size: 20px;;
    margin-top: 20px;
    border: 1px solid grey;
    border-top: 5px solid green;
    padding: 15px;
    width: max-content;
    text-align: center;
    width: 600px;
}

#end {
    display: flex;
    align-items: center;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border-top: 3px solid green; 
}

.left {
    display: flex;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.right {
    display: flex;
    margin-left: auto;
    margin-top: 15px;
    gap: 10px;
    margin-bottom: 20px;
}

#proj {
    display: flex;
    justify-content: center;
    margin-top:20px;
    font-size: 40px;
    color:  #23B281;
    font-weight: bold;
    font-style:italic;
}


.container {
    display: flex;
    flex-direction: column;
    margin: auto;
    border: 1px solid black;
    box-sizing: content-box;
    width: fit-content;
    height: fit-content;  
    border-radius: 6px;
    border-bottom:5px solid green;
}

#pr_im {
    height: 200px;
    width: auto;
    
}

#first_pr {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    margin-left: 5px;
    gap: 8px;
}

.pr_1{
    display: flex;
    margin: auto;
    gap: 8px;
}

.weath_link:hover {
    text-decoration: underline;
}
