
@font-face{
    font-family: "Avara";
    src :url(Avara-master/Avara-Black.woff2);
    font-weight :800;
}

@font-face{
    font-family: "Avara";
    src :url(Avara-master/Avara-BoldItalic.woff2);
    font-style: italic;
    font-weight :600;
}


@font-face{
    font-family: "Avara";
    src :url(Avara-master/Avara-Bold.woff2);
    font-weight :600;
}


body {

background-color: #d9c7cb;
font-family: "Avara";

	display: flex;
	gap: 25px;
	margin: auto;
    flex-direction: row;
    padding: 50px;
}

aside{
   
	flex-basis: 450px;
	flex-grow: 0;
	flex-shrink: 0;
    gap: 10px;

	text-align: justify;
}
   aside h1{
    font-size: 30px;
}
    aside p{
    text-indent: 3em;
}

    aside img{
        width: 50px;
        height: auto;
}

.contact {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: auto;
  margin-top: 10px;
}

.contact p,
.contact2 p{
    text-indent: 0px;
}

.contact2 {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: auto;
  margin-top: 10px;
}

.latre {
    display: flex;
    gap: 5px;
  align-items: center;
  justify-content: auto;
  margin-top: 10px;

  img{
        width: 100px;
        height: auto;
}
}



main{
   /* display: flex;
	gap: 40px;
    flex-wrap: wrap;*/

}
   main  h1{
    font-size: 50px;
    margin-bottom: 15px;
}

a {
  outline: none;
  text-decoration: none;
  color: black;
}

a:hover {
    color:#732626
}

    main img{
    width: auto;
    height: 250px;

}

