.Title{
    color: red;
    size: 100px;
    border-width: 4px;
    border-style: solid;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.divboxundertitle{
    size: 100px;
    border-width: 4px;
    border-style: solid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    
}
.divboxundertitleleft{
    background-color: red;
    height: 500px ;
    width: 500;
    border-width: 2px;
    border-style: solid; 
    display: flex;
    justify-content: center; 
    align-items: center;
}
.divboxundertitleright{
    background-color: blue;
    height: 500px;
    width: 500;
    border-width: 2px;
    border-style: solid; 
    display: flex;
    justify-content: center; 
    align-items: center;
}
.divboxundertitlemid{
    background-color: black;
    color: white;
    height: 500px;
    width: 500;
    border-width: 2px;
    border-style: solid; 
    display: flex;
    justify-content: center; 
    align-items: center;
}

.LuffyBildehappy{
    height: 250px;
    width: 250px;
    border-width: 4px;
    border-style: solid;
    box-shadow: 2px;
}
.NarutoBilde{
    height: 250px;
    width: 250px;
    border-width: 4px;
    border-style: solid;
    box-shadow: 2px;
}
.vsBilde{
    height: 500px;
    width: 500px;
    border-width: 4px;
    border-style: solid;
    box-shadow: 2px;
    opacity: 100px;
    
}
