nav{
    display:flex;
    justify-content:space-around;
    
}

.main{
    border: 10px;
    border-radius: 8px;
    font-size: 25px;
    padding: 12px;
    margin:20px;
    background-color: rgb(77, 75, 75);
    
}
a{
    text-decoration: none;
    color:black;
    margin-left: 100px;
    margin-right: 100px;
  
}
h1{
    font-family:'Times New Roman', Times, serif ;
    font-size: 40px;
}
.container{
    margin-top: 200px;
    margin: 30px;
    display:grid;
    grid-template-columns: auto auto auto auto;
    gap:40px;

}
.container2{
    margin: 100px;
    gap:20px
}
.huvudbild{
    width:700px;
    padding-left: 40px;
    justify-content: center;
    grid-column: 1 / 2;
    margin-right: 150px;
}
.senastebild{
    width: 400px;
    height:200px;
    object-fit:cover;
    margin-bottom: 40px;
}

p{
    max-width:900px;
    
    color: black;
    font-size: 27px;
}

.submit_btn{

    width: 100px;
    height: 55px;
    border-radius: 8px;
    font-size: 17px;
    background-color: rgb(146, 139, 139);
    padding: 10px 20px;
}
