/*
Source - https://stackoverflow.com/a/68363053
Posted by MosDev
Retrieved 2026-05-01, License - CC BY-SA 4.0
*/
/* THIS PAGE WAS MADE POSSIBLE DUE TO THE HELP HERE SO IDC IM NOT TAKING OUT A CREDIT*/
img{
width: 60%;
height: 60%;
object-fit: cover;

}

img:hover{
transform: scale(1.5);
}

video{
width: 75%;
height: 75%;
object-fit: cover;

}
