*{
    margin: 0;
    padding: 0;
}

nav {
    width: auto;
    height: 70px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background-color: beige;
}

ul{
    display: flex; 
    list-style: none;
}

ul li{
    display: inline-block;
    margin-left: 20px;
}

img{
    width: 150px;
    height: 150px;
}

.web{
    margin-right: 15px;
}

ul{
    display: flex; 
    list-style: none;
}

ul li{
    display: inline-block;
    margin-left: 20px;
}

.web{
    margin-right: 15px;
}

ul li a{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

ul li a:hover{
    color: blue;
}

.content{
    text-align: center;
    margin-top: 100px;
    font-weight: bolder;
}

.con{
    margin-bottom: 50px;
    color: blue;
    text-decoration: underline;
}

.tech{
    color: blue;
    margin-top: 30px;
    font-weight: lighter;
}