*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    display: flex;
    height: 100%;
    width: 100%;
    font-family: cursive;
}
.container{
   height: auto;
   width: auto;
}
.social{
    min-height: 220px;
    width: 260px;
    background-color: #824E13;
    border-radius: 6px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    padding: 16px;
    margin-top: 80px;
    margin-left: 20px;
  
}
.social-link{
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.social-link i{
    font-size: 26px;
    width: 28px;
    text-align: center;
}
.social-link:hover{opacity:0.9; transform: translateX(4px); transition: transform .15s ease;}
.nav{
    font-size: 35px;
    height: 80px;
    width: 820px;
    background-color: #824E13;
    display: flex;
    justify-content: space-around;
    border-radius:8px;
    color: white;
    margin-top: 30px;
    margin-left: 180px;
}

.logo{
    margin-top: 20px;
    cursor: pointer;
    color: white;
}

.size{
    margin-top: 20px;
    font-size: 28px;
   
}

.content{
    display: flex;
    height: auto;
    width: 850px;
    margin-top: 10px;
    margin-left: 120px;
}

.img{
    height: 400px;
    width: 440px;
}

.mtrl{
    height: 400px;
    width: 350px;
}

.footer{
    width: 100%;
    text-align: center;
    background-color: #502f09;
    color: #fff;
    padding: 12px 0;
    margin-top: 18px;
    font-size: 16px;
}

.size:hover{
    opacity:0.9; 
    transform: translateX(4px); 
    transition: transform .15s ease;
    cursor: pointer;
}

.about{
    cursor: pointer;
}

.reg{
    cursor: pointer;
}
.login{
    cursor: pointer;
}
